#B0B62F

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

Shades of Bahia #B0B62F

Tints of Bahia #B0B62F

Color information

#B0B62F (or 0xB0B62F) is unknown color: approx Bahia. HEX triplet: B0, B6 and 2F. RGB value is (176,182,47). Sum of RGB (Red+Green+Blue) = 176+182+47=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B62F is #4F49D0. Grayscale: #A5A5A5. Windows color (decimal): -5196241 or 3126960. OLE color: 3126960.

HSL color Cylindrical-coordinate representation of color #B0B62F: hue angle of 62.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0B62F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB17618247-
CMYK0.0300.740.29
HSL62.67º58.95%44.9%-
HSV(B)62.67º74.18%71.37%-
XYZ35.1542.899.12-
YUV164.8261.51135.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 47 (18.75% from 255) = 11.60%
R=43.46%
G=44.94%
B=11.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176182470.0300.740.2962.6758.9544.9
HexB0B62F304A1D3f3b2d
Octal260266573011235777355
Binary1011000010110110101111110100101011101111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B62F; }

 p { color: rgb(176,182,47); }

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

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

 a { background-color: rgb(176,182,47); }

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

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

 span { border-color: rgb(176,182,47); }

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