Html Css Color HEX #BBC417 Rio Grande

📋 copy color: '#BBC417'

red 187 ◦ green 196 ◦ blue 23

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

Shades of Rio Grande #BBC417

Tints of Rio Grande #BBC417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.67%

R = 46.06%
G = 48.28%
B = 5.67%

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

#BBC417 (or 0xBBC417) is known color: Rio Grande. HEX triplet: BB, C4 and 17. RGB value is (187,196,23). Sum of RGB (Red+Green+Blue) = 187+196+23=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC417 is #443BE8. Grayscale: #AEAEAE. Windows color (decimal): -4471785 or 1557691. OLE color: 1557691.

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

Color convert

RGB 187 196 23 -
CMYK 0.05 0 0.88 0.23
HSL 63.12º 0.79% 0.43% -
HSV(B) 63.12º 0.88% 0.77% -
XYZ 40.39 50.11 8.35 -
YUV 173.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 187 196 23 0.05 0 0.88 0.23 63.12 0.79 0.43
Hex BB C4 17 5 0 58 17 3F 4F 2B
Octal 273 304 27 5 0 130 27 77 117 53
Binary 10111011 11000100 10111 101 0 1011000 10111 111111 1001111 101011

Color Harmonies of #BBC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC417

Black with #BBC417

Text Example


Text Example

White with #BBC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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