#B3BA28

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

Shades of Bahia #B3BA28

Tints of Bahia #B3BA28

Color information

#B3BA28 (or 0xB3BA28) is unknown color: approx Bahia. HEX triplet: B3, BA and 28. RGB value is (179,186,40). Sum of RGB (Red+Green+Blue) = 179+186+40=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA28 is #4C45D7. Grayscale: #A7A7A7. Windows color (decimal): -4998616 or 2669235. OLE color: 2669235.

HSL color Cylindrical-coordinate representation of color #B3BA28: hue angle of 62.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3BA28 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB17918640-
CMYK0.0400.780.27
HSL62.88º64.6%44.31%-
HSV(B)62.88º78.49%72.94%-
XYZ36.5344.858.74-
YUV167.2656.18136.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 186 (73.05% from 255) = 45.93%
BLUE value IS 40 (16.02% from 255) = 9.88%
R=44.20%
G=45.93%
B=9.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179186400.0400.780.2762.8864.644.31
HexB3BA28404E1B3f412c
Octal2632725040116337710154
Binary101100111011101010100010001001110110111111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA28; }

 p { color: rgb(179,186,40); }

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

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

 a { background-color: rgb(179,186,40); }

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

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

 span { border-color: rgb(179,186,40); }

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