#b0b519

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

Shades of Bahia #B0B519

Tints of Bahia #B0B519

Color information

#B0B519 (or 0xB0B519) is unknown color: approx Bahia. HEX triplet: B0, B5 and 19. RGB value is (176,181,25). Sum of RGB (Red+Green+Blue) = 176+181+25=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B519 is #4F4AE6. Grayscale: #A2A2A2. Windows color (decimal): -5196519 or 1684912. OLE color: 1684912.

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

Color convert

RGB17618125-
CMYK0.0300.860.29
HSL61.92º75.73%40.39%-
HSV(B)61.92º86.19%70.98%-
XYZ34.642.357.27-
YUV161.7250.84138.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 181 (71.09% from 255) = 47.38%
BLUE value IS 25 (10.16% from 255) = 6.54%
R=46.07%
G=47.38%
B=6.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176181250.0300.860.2961.9275.7340.39
HexB0B51930561D3e4c28
Octal2602653130126357611450
Binary1011000010110101110011101010110111011111101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b519; }

 p { color: rgb(176,181,25); }

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

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

 a { background-color: rgb(176,181,25); }

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

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

 span { border-color: rgb(176,181,25); }

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