Html Css Color HEX #B8BB2C Rio Grande

📋 copy color: '#B8BB2C'

red 184 ◦ green 187 ◦ blue 44

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

Shades of Rio Grande #B8BB2C

Tints of Rio Grande #B8BB2C

RGB

 RED value IS 184 (72.27% from 255) = 44.34%

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

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

R = 44.34%
G = 45.06%
B = 10.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B8BB2C (or 0xB8BB2C) is known color: Rio Grande. HEX triplet: B8, BB and 2C. RGB value is (184,187,44). Sum of RGB (Red+Green+Blue) = 184+187+44=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BB2C is #4744D3. Grayscale: #AAAAAA. Windows color (decimal): -4670676 or 2931640. OLE color: 2931640.

HSL color Cylindrical-coordinate representation of color #B8BB2C: hue angle of 61.26º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8BB2C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 187 44 -
CMYK 0.02 0 0.76 0.27
HSL 61.26º 0.62% 0.45% -
HSV(B) 61.26º 0.76% 0.73% -
XYZ 37.99 45.91 9.24 -
YUV 169.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 184 187 44 0.02 0 0.76 0.27 61.26 0.62 0.45
Hex B8 BB 2C 2 0 4C 1B 3D 3E 2D
Octal 270 273 54 2 0 114 33 75 76 55
Binary 10111000 10111011 101100 10 0 1001100 11011 111101 111110 101101

Color Harmonies of #B8BB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB2C

Black with #B8BB2C

Text Example


Text Example

White with #B8BB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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