#B0BF26

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

Shades of Bahia #B0BF26

Tints of Bahia #B0BF26

Color information

#B0BF26 (or 0xB0BF26) is unknown color: approx Bahia. HEX triplet: B0, BF and 26. RGB value is (176,191,38). Sum of RGB (Red+Green+Blue) = 176+191+38=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF26 is #4F40D9. Grayscale: #A9A9A9. Windows color (decimal): -5193946 or 2539440. OLE color: 2539440.

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

Color convert

RGB17619138-
CMYK0.0800.800.25
HSL65.88º66.81%44.9%-
HSV(B)65.88º80.1%74.9%-
XYZ36.8946.638.89-
YUV169.0754.03132.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 38 (15.23% from 255) = 9.38%
R=43.46%
G=47.16%
B=9.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191380.0800.800.2565.8866.8144.9
HexB0BF2680501942432d
Octal260277461001203110210355
Binary10110000101111111001101000010100001100110000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF26; }

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

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

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

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

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

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

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

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