Html Css Color HEX #BBC418 Rio Grande

📋 copy color: '#BBC418'

red 187 ◦ green 196 ◦ blue 24

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

Shades of Rio Grande #BBC418

Tints of Rio Grande #BBC418

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

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

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

R = 45.95%
G = 48.16%
B = 5.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BBC418 (or 0xBBC418) is known color: Rio Grande. HEX triplet: BB, C4 and 18. RGB value is (187,196,24). Sum of RGB (Red+Green+Blue) = 187+196+24=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC418 is #443BE7. Grayscale: #AEAEAE. Windows color (decimal): -4471784 or 1623227. OLE color: 1623227.

HSL color Cylindrical-coordinate representation of color #BBC418: hue angle of 63.14º 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 #BBC418 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 24 -
CMYK 0.05 0 0.88 0.23
HSL 63.14º 0.78% 0.43% -
HSV(B) 63.14º 0.88% 0.77% -
XYZ 40.4 50.11 8.41 -
YUV 173.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 187 196 24 0.05 0 0.88 0.23 63.14 0.78 0.43
Hex BB C4 18 5 0 58 17 3F 4E 2B
Octal 273 304 30 5 0 130 27 77 116 53
Binary 10111011 11000100 11000 101 0 1011000 10111 111111 1001110 101011

Color Harmonies of #BBC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC418

Black with #BBC418

Text Example


Text Example

White with #BBC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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