#B0BF14

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

Shades of Bahia #B0BF14

Tints of Bahia #B0BF14

Color information

#B0BF14 (or 0xB0BF14) is unknown color: approx Bahia. HEX triplet: B0, BF and 14. RGB value is (176,191,20). Sum of RGB (Red+Green+Blue) = 176+191+20=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF14 is #4F40EB. Grayscale: #A7A7A7. Windows color (decimal): -5193964 or 1359792. OLE color: 1359792.

HSL color Cylindrical-coordinate representation of color #B0BF14: hue angle of 65.26º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0BF14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB17619120-
CMYK0.0800.900.25
HSL65.26º81.04%41.37%-
HSV(B)65.26º89.53%74.9%-
XYZ36.6646.547.71-
YUV167.0245.03134.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 20 (8.20% from 255) = 5.17%
R=45.48%
G=49.35%
B=5.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191200.0800.900.2565.2681.0441.37
HexB0BF14805A19415129
Octal260277241001323110112151
Binary1011000010111111101001000010110101100110000011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF14; }

 p { color: rgb(176,191,20); }

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

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

 a { background-color: rgb(176,191,20); }

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

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

 span { border-color: rgb(176,191,20); }

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