Html Css Color HEX #BEC419 Rio Grande

📋 copy color: '#BEC419'

red 190 ◦ green 196 ◦ blue 25

#BEC419
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BEC419

Tints of Rio Grande #BEC419

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 46.23%
G = 47.69%
B = 6.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEC419 (or 0xBEC419) is known color: Rio Grande. HEX triplet: BE, C4 and 19. RGB value is (190,196,25). Sum of RGB (Red+Green+Blue) = 190+196+25=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC419 is #413BE6. Grayscale: #AFAFAF. Windows color (decimal): -4275175 or 1688766. OLE color: 1688766.

HSL color Cylindrical-coordinate representation of color #BEC419: hue angle of 62.11º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEC419 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 25 -
CMYK 0.03 0 0.87 0.23
HSL 62.11º 0.77% 0.43% -
HSV(B) 62.11º 0.87% 0.77% -
XYZ 41.15 50.5 8.5 -
YUV 174.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 190 196 25 0.03 0 0.87 0.23 62.11 0.77 0.43
Hex BE C4 19 3 0 57 17 3E 4D 2B
Octal 276 304 31 3 0 127 27 76 115 53
Binary 10111110 11000100 11001 11 0 1010111 10111 111110 1001101 101011

Color Harmonies of #BEC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC419

Black with #BEC419

Text Example


Text Example

White with #BEC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC419; }

 p { color: rgb(190,196,25); }

 H1.HeaderClassName
 {
   color: #BEC419;
 }
 .AnyTagClassName
 {
   color: #BEC419;
 }
</style>

background-color css

<style>
 a { background-color: #BEC419; }

 a { background-color: rgb(190,196,25); }

 div.DivClassName
 {
   background-color: #BEC419;
 }
 .BgClassName
 {
   background-color: #BEC419;
 }
</style>

border-color css

<style>
 span { border-color: #BEC419; }

 span { border-color: rgb(190,196,25); }

 td.TdClassName
 {
   border-color: #BEC419;
 }
 .TagClassName
 {
   border-color: #BEC419;
 }
</style>