Html Css Color HEX #BBC22C Rio Grande

📋 copy color: '#BBC22C'

red 187 ◦ green 194 ◦ blue 44

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

Shades of Rio Grande #BBC22C

Tints of Rio Grande #BBC22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 44%
G = 45.65%
B = 10.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#BBC22C (or 0xBBC22C) is known color: Rio Grande. HEX triplet: BB, C2 and 2C. RGB value is (187,194,44). Sum of RGB (Red+Green+Blue) = 187+194+44=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC22C is #443DD3. Grayscale: #AFAFAF. Windows color (decimal): -4472276 or 2933435. OLE color: 2933435.

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

Color convert

RGB 187 194 44 -
CMYK 0.04 0 0.77 0.24
HSL 62.8º 0.63% 0.47% -
HSV(B) 62.8º 0.77% 0.76% -
XYZ 40.24 49.33 9.78 -
YUV 174.81 54.18 136.7 -
System Red Green Blue C M Y K H S L
Decimal 187 194 44 0.04 0 0.77 0.24 62.8 0.63 0.47
Hex BB C2 2C 4 0 4D 18 3F 3F 2F
Octal 273 302 54 4 0 115 30 77 77 57
Binary 10111011 11000010 101100 100 0 1001101 11000 111111 111111 101111

Color Harmonies of #BBC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC22C

Black with #BBC22C

Text Example


Text Example

White with #BBC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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