Html Css Color HEX #B8BB20 Rio Grande

📋 copy color: '#B8BB20'

red 184 ◦ green 187 ◦ blue 32

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

Shades of Rio Grande #B8BB20

Tints of Rio Grande #B8BB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.94%

R = 45.66%
G = 46.4%
B = 7.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B8BB20 (or 0xB8BB20) is known color: Rio Grande. HEX triplet: B8, BB and 20. RGB value is (184,187,32). Sum of RGB (Red+Green+Blue) = 184+187+32=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BB20 is #4744DF. Grayscale: #A9A9A9. Windows color (decimal): -4670688 or 2145208. OLE color: 2145208.

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

Color convert

RGB 184 187 32 -
CMYK 0.02 0 0.83 0.27
HSL 61.16º 0.71% 0.43% -
HSV(B) 61.16º 0.83% 0.73% -
XYZ 37.8 45.84 8.22 -
YUV 168.43 51.01 139.1 -
System Red Green Blue C M Y K H S L
Decimal 184 187 32 0.02 0 0.83 0.27 61.16 0.71 0.43
Hex B8 BB 20 2 0 53 1B 3D 47 2B
Octal 270 273 40 2 0 123 33 75 107 53
Binary 10111000 10111011 100000 10 0 1010011 11011 111101 1000111 101011

Color Harmonies of #B8BB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB20

Black with #B8BB20

Text Example


Text Example

White with #B8BB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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