#B0BF15

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

Shades of Bahia #B0BF15

Tints of Bahia #B0BF15

Color information

#B0BF15 (or 0xB0BF15) is unknown color: approx Bahia. HEX triplet: B0, BF and 15. RGB value is (176,191,21). Sum of RGB (Red+Green+Blue) = 176+191+21=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF15 is #4F40EA. Grayscale: #A7A7A7. Windows color (decimal): -5193963 or 1425328. OLE color: 1425328.

HSL color Cylindrical-coordinate representation of color #B0BF15: hue angle of 65.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0BF15 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB17619121-
CMYK0.0800.890.25
HSL65.29º80.19%41.57%-
HSV(B)65.29º89.01%74.9%-
XYZ36.6746.557.76-
YUV167.1445.53134.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=45.36%
G=49.23%
B=5.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191210.0800.890.2565.2980.1941.57
HexB0BF1580591941502a
Octal260277251001313110112052
Binary1011000010111111101011000010110011100110000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF15; }

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

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

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

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

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

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

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

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