Html Css Color HEX #BBC224 Rio Grande

📋 copy color: '#BBC224'

red 187 ◦ green 194 ◦ blue 36

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

Shades of Rio Grande #BBC224

Tints of Rio Grande #BBC224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 44.84%
G = 46.52%
B = 8.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BBC224 (or 0xBBC224) is known color: Rio Grande. HEX triplet: BB, C2 and 24. RGB value is (187,194,36). Sum of RGB (Red+Green+Blue) = 187+194+36=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC224 is #443DDB. Grayscale: #AEAEAE. Windows color (decimal): -4472284 or 2409147. OLE color: 2409147.

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

Color convert

RGB 187 194 36 -
CMYK 0.04 0 0.81 0.24
HSL 62.66º 0.69% 0.45% -
HSV(B) 62.66º 0.81% 0.76% -
XYZ 40.1 49.28 9.07 -
YUV 173.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 187 194 36 0.04 0 0.81 0.24 62.66 0.69 0.45
Hex BB C2 24 4 0 51 18 3F 45 2D
Octal 273 302 44 4 0 121 30 77 105 55
Binary 10111011 11000010 100100 100 0 1010001 11000 111111 1000101 101101

Color Harmonies of #BBC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC224

Black with #BBC224

Text Example


Text Example

White with #BBC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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