Html Css Color HEX #BEC418 Rio Grande

📋 copy color: '#BEC418'

red 190 ◦ green 196 ◦ blue 24

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

Shades of Rio Grande #BEC418

Tints of Rio Grande #BEC418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 46.34%
G = 47.8%
B = 5.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BEC418 (or 0xBEC418) is known color: Rio Grande. HEX triplet: BE, C4 and 18. RGB value is (190,196,24). Sum of RGB (Red+Green+Blue) = 190+196+24=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEC418 is #413BE7. Grayscale: #AFAFAF. Windows color (decimal): -4275176 or 1623230. OLE color: 1623230.

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

Color convert

RGB 190 196 24 -
CMYK 0.03 0 0.88 0.23
HSL 62.09º 0.78% 0.43% -
HSV(B) 62.09º 0.88% 0.77% -
XYZ 41.14 50.49 8.44 -
YUV 174.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 190 196 24 0.03 0 0.88 0.23 62.09 0.78 0.43
Hex BE C4 18 3 0 58 17 3E 4E 2B
Octal 276 304 30 3 0 130 27 76 116 53
Binary 10111110 11000100 11000 11 0 1011000 10111 111110 1001110 101011

Color Harmonies of #BEC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC418

Black with #BEC418

Text Example


Text Example

White with #BEC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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