#B8BA20

Color #B8BA20 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B8BA20

Tints of Rio Grande #B8BA20

Color information

#B8BA20 (or 0xB8BA20) is unknown color: approx Rio Grande. HEX triplet: B8, BA and 20. RGB value is (184,186,32). Sum of RGB (Red+Green+Blue) = 184+186+32=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA20 is #4745DF. Grayscale: #A8A8A8. Windows color (decimal): -4670944 or 2144952. OLE color: 2144952.

HSL color Cylindrical-coordinate representation of color #B8BA20: hue angle of 60.78º 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 #B8BA20 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18418632-
CMYK0.0100.830.27
HSL60.78º70.64%42.75%-
HSV(B)60.78º82.8%72.94%-
XYZ37.5945.418.15-
YUV167.8551.34139.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.77%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 32 (12.89% from 255) = 7.96%
R=45.77%
G=46.27%
B=7.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184186320.0100.830.2760.7870.6442.75
HexB8BA2010531B3d472b
Octal2702724010123337510753
Binary1011100010111010100000101010011110111111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA20; }

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

 H1.HeaderClassName
 {
   color: #B8BA20;
 }
 .AnyTagClassName
 {
   color: #B8BA20;
 }
</style>
background-color css

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

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

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

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

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

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