#B0BD2E

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

Shades of Bahia #B0BD2E

Tints of Bahia #B0BD2E

Color information

#B0BD2E (or 0xB0BD2E) is unknown color: approx Bahia. HEX triplet: B0, BD and 2E. RGB value is (176,189,46). Sum of RGB (Red+Green+Blue) = 176+189+46=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD2E is #4F42D1. Grayscale: #A9A9A9. Windows color (decimal): -5194450 or 3063216. OLE color: 3063216.

HSL color Cylindrical-coordinate representation of color #B0BD2E: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0BD2E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB17618946-
CMYK0.0700.760.26
HSL65.45º60.85%46.08%-
HSV(B)65.45º75.66%74.12%-
XYZ36.645.829.5-
YUV168.8158.69133.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 46 (18.36% from 255) = 11.19%
R=42.82%
G=45.99%
B=11.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176189460.0700.760.2665.4560.8546.08
HexB0BD2E704C1A413d2e
Octal2602755670114321017556
Binary101100001011110110111011101001100110101000001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD2E; }

 p { color: rgb(176,189,46); }

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

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

 a { background-color: rgb(176,189,46); }

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

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

 span { border-color: rgb(176,189,46); }

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