#B0B72F

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

Shades of Bahia #B0B72F

Tints of Bahia #B0B72F

Color information

#B0B72F (or 0xB0B72F) is unknown color: approx Bahia. HEX triplet: B0, B7 and 2F. RGB value is (176,183,47). Sum of RGB (Red+Green+Blue) = 176+183+47=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B72F is #4F48D0. Grayscale: #A5A5A5. Windows color (decimal): -5195985 or 3127216. OLE color: 3127216.

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

Color convert

RGB17618347-
CMYK0.0400.740.28
HSL63.09º59.13%45.1%-
HSV(B)63.09º74.32%71.76%-
XYZ35.3543.39.18-
YUV165.461.18135.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 47 (18.75% from 255) = 11.58%
R=43.35%
G=45.07%
B=11.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176183470.0400.740.2863.0959.1345.1
HexB0B72F404A1C3f3b2d
Octal260267574011234777355
Binary10110000101101111011111000100101011100111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B72F; }

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

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

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

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

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

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

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

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