Html Css Color HEX #BBC227 Rio Grande

📋 copy color: '#BBC227'

red 187 ◦ green 194 ◦ blue 39

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

Shades of Rio Grande #BBC227

Tints of Rio Grande #BBC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 44.52%
G = 46.19%
B = 9.29%

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

#BBC227 (or 0xBBC227) is known color: Rio Grande. HEX triplet: BB, C2 and 27. RGB value is (187,194,39). Sum of RGB (Red+Green+Blue) = 187+194+39=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC227 is #443DD8. Grayscale: #AEAEAE. Windows color (decimal): -4472281 or 2605755. OLE color: 2605755.

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

Color convert

RGB 187 194 39 -
CMYK 0.04 0 0.80 0.24
HSL 62.71º 0.67% 0.46% -
HSV(B) 62.71º 0.8% 0.76% -
XYZ 40.15 49.29 9.32 -
YUV 174.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 187 194 39 0.04 0 0.80 0.24 62.71 0.67 0.46
Hex BB C2 27 4 0 50 18 3F 43 2E
Octal 273 302 47 4 0 120 30 77 103 56
Binary 10111011 11000010 100111 100 0 1010000 11000 111111 1000011 101110

Color Harmonies of #BBC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC227

Black with #BBC227

Text Example


Text Example

White with #BBC227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC227; }

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

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

background-color css

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

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

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

border-color css

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

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

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