Html Css Color HEX #BBC518 Rio Grande

📋 copy color: '#BBC518'

red 187 ◦ green 197 ◦ blue 24

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

Shades of Rio Grande #BBC518

Tints of Rio Grande #BBC518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.28%

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

R = 45.83%
G = 48.28%
B = 5.88%

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

#BBC518 (or 0xBBC518) is known color: Rio Grande. HEX triplet: BB, C5 and 18. RGB value is (187,197,24). Sum of RGB (Red+Green+Blue) = 187+197+24=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC518 is #443AE7. Grayscale: #AEAEAE. Windows color (decimal): -4471528 or 1623483. OLE color: 1623483.

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

Color convert

RGB 187 197 24 -
CMYK 0.05 0 0.88 0.23
HSL 63.47º 0.78% 0.43% -
HSV(B) 63.47º 0.88% 0.77% -
XYZ 40.62 50.56 8.48 -
YUV 174.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 187 197 24 0.05 0 0.88 0.23 63.47 0.78 0.43
Hex BB C5 18 5 0 58 17 3F 4E 2B
Octal 273 305 30 5 0 130 27 77 116 53
Binary 10111011 11000101 11000 101 0 1011000 10111 111111 1001110 101011

Color Harmonies of #BBC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC518

Black with #BBC518

Text Example


Text Example

White with #BBC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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