#B0BD22

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

Shades of Bahia #B0BD22

Tints of Bahia #B0BD22

Color information

#B0BD22 (or 0xB0BD22) is unknown color: approx Bahia. HEX triplet: B0, BD and 22. RGB value is (176,189,34). Sum of RGB (Red+Green+Blue) = 176+189+34=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD22 is #4F42DD. Grayscale: #A8A8A8. Windows color (decimal): -5194462 or 2276784. OLE color: 2276784.

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

Color convert

RGB17618934-
CMYK0.0700.820.26
HSL65.03º69.51%43.73%-
HSV(B)65.03º82.01%74.12%-
XYZ36.3945.748.42-
YUV167.4452.69134.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 34 (13.67% from 255) = 8.52%
R=44.11%
G=47.37%
B=8.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176189340.0700.820.2665.0369.5143.73
HexB0BD2270521A41462c
Octal26027542701223210110654
Binary1011000010111101100010111010100101101010000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BD22; }

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

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

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

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

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

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

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

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