Html Css Color HEX #BBC226 Rio Grande

📋 copy color: '#BBC226'

red 187 ◦ green 194 ◦ blue 38

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

Shades of Rio Grande #BBC226

Tints of Rio Grande #BBC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 44.63%
G = 46.3%
B = 9.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BBC226 (or 0xBBC226) is known color: Rio Grande. HEX triplet: BB, C2 and 26. RGB value is (187,194,38). Sum of RGB (Red+Green+Blue) = 187+194+38=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC226 is #443DD9. Grayscale: #AEAEAE. Windows color (decimal): -4472282 or 2540219. OLE color: 2540219.

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

Color convert

RGB 187 194 38 -
CMYK 0.04 0 0.80 0.24
HSL 62.69º 0.67% 0.45% -
HSV(B) 62.69º 0.8% 0.76% -
XYZ 40.14 49.29 9.23 -
YUV 174.12 51.18 137.18 -
System Red Green Blue C M Y K H S L
Decimal 187 194 38 0.04 0 0.80 0.24 62.69 0.67 0.45
Hex BB C2 26 4 0 50 18 3F 43 2D
Octal 273 302 46 4 0 120 30 77 103 55
Binary 10111011 11000010 100110 100 0 1010000 11000 111111 1000011 101101

Color Harmonies of #BBC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC226

Black with #BBC226

Text Example


Text Example

White with #BBC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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