#B2B720

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

Shades of Bahia #B2B720

Tints of Bahia #B2B720

Color information

#B2B720 (or 0xB2B720) is unknown color: approx Bahia. HEX triplet: B2, B7 and 20. RGB value is (178,183,32). Sum of RGB (Red+Green+Blue) = 178+183+32=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B720 is #4D48DF. Grayscale: #A4A4A4. Windows color (decimal): -5064928 or 2144178. OLE color: 2144178.

HSL color Cylindrical-coordinate representation of color #B2B720: hue angle of 61.99º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2B720 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB17818332-
CMYK0.0300.830.28
HSL61.99º70.23%42.16%-
HSV(B)61.99º82.51%71.76%-
XYZ35.5543.447.88-
YUV164.2953.34137.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 183 (71.88% from 255) = 46.56%
BLUE value IS 32 (12.89% from 255) = 8.14%
R=45.29%
G=46.56%
B=8.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183320.0300.830.2861.9970.2342.16
HexB2B72030531C3e462a
Octal2622674030123347610652
Binary10110010101101111000001101010011111001111101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B720; }

 p { color: rgb(178,183,32); }

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

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

 a { background-color: rgb(178,183,32); }

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

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

 span { border-color: rgb(178,183,32); }

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