Html Css Color HEX #BBC229 Rio Grande

📋 copy color: '#BBC229'

red 187 ◦ green 194 ◦ blue 41

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

Shades of Rio Grande #BBC229

Tints of Rio Grande #BBC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.97%

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 44.31%
G = 45.97%
B = 9.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BBC229 (or 0xBBC229) is known color: Rio Grande. HEX triplet: BB, C2 and 29. RGB value is (187,194,41). Sum of RGB (Red+Green+Blue) = 187+194+41=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC229 is #443DD6. Grayscale: #AFAFAF. Windows color (decimal): -4472279 or 2736827. OLE color: 2736827.

HSL color Cylindrical-coordinate representation of color #BBC229: hue angle of 62.75º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC229 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 41 -
CMYK 0.04 0 0.79 0.24
HSL 62.75º 0.65% 0.46% -
HSV(B) 62.75º 0.79% 0.76% -
XYZ 40.19 49.31 9.5 -
YUV 174.47 52.68 136.94 -
System Red Green Blue C M Y K H S L
Decimal 187 194 41 0.04 0 0.79 0.24 62.75 0.65 0.46
Hex BB C2 29 4 0 4F 18 3F 41 2E
Octal 273 302 51 4 0 117 30 77 101 56
Binary 10111011 11000010 101001 100 0 1001111 11000 111111 1000001 101110

Color Harmonies of #BBC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC229

Black with #BBC229

Text Example


Text Example

White with #BBC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC229; }

 p { color: rgb(187,194,41); }

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

background-color css

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

 a { background-color: rgb(187,194,41); }

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

border-color css

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

 span { border-color: rgb(187,194,41); }

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