Html Css Color HEX #BBC222 Rio Grande

📋 copy color: '#BBC222'

red 187 ◦ green 194 ◦ blue 34

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

Shades of Rio Grande #BBC222

Tints of Rio Grande #BBC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.19%

R = 45.06%
G = 46.75%
B = 8.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BBC222 (or 0xBBC222) is known color: Rio Grande. HEX triplet: BB, C2 and 22. RGB value is (187,194,34). Sum of RGB (Red+Green+Blue) = 187+194+34=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC222 is #443DDD. Grayscale: #AEAEAE. Windows color (decimal): -4472286 or 2278075. OLE color: 2278075.

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

Color convert

RGB 187 194 34 -
CMYK 0.04 0 0.82 0.24
HSL 62.63º 0.7% 0.45% -
HSV(B) 62.63º 0.82% 0.76% -
XYZ 40.07 49.26 8.91 -
YUV 173.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 187 194 34 0.04 0 0.82 0.24 62.63 0.7 0.45
Hex BB C2 22 4 0 52 18 3F 46 2D
Octal 273 302 42 4 0 122 30 77 106 55
Binary 10111011 11000010 100010 100 0 1010010 11000 111111 1000110 101101

Color Harmonies of #BBC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC222

Black with #BBC222

Text Example


Text Example

White with #BBC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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