#B0B619

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

Shades of Bahia #B0B619

Tints of Bahia #B0B619

Color information

#B0B619 (or 0xB0B619) is unknown color: approx Bahia. HEX triplet: B0, B6 and 19. RGB value is (176,182,25). Sum of RGB (Red+Green+Blue) = 176+182+25=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B619 is #4F49E6. Grayscale: #A2A2A2. Windows color (decimal): -5196263 or 1685168. OLE color: 1685168.

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

Color convert

RGB17618225-
CMYK0.0300.860.29
HSL62.29º75.85%40.59%-
HSV(B)62.29º86.26%71.37%-
XYZ34.8142.767.34-
YUV162.3150.51137.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 25 (10.16% from 255) = 6.53%
R=45.95%
G=47.52%
B=6.53%

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
Decimal176182250.0300.860.2962.2975.8540.59
HexB0B61930561D3e4c29
Octal2602663130126357611451
Binary1011000010110110110011101010110111011111101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B619; }

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

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

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

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

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

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

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

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