#B4BA39

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

Shades of Celery #B4BA39

Tints of Celery #B4BA39

Color information

#B4BA39 (or 0xB4BA39) is unknown color: approx Celery. HEX triplet: B4, BA and 39. RGB value is (180,186,57). Sum of RGB (Red+Green+Blue) = 180+186+57=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA39 is #4B45C6. Grayscale: #AAAAAA. Windows color (decimal): -4933063 or 3783348. OLE color: 3783348.

HSL color Cylindrical-coordinate representation of color #B4BA39: hue angle of 62.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4BA39 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18018657-
CMYK0.0300.690.27
HSL62.79º53.09%47.65%-
HSV(B)62.79º69.35%72.94%-
XYZ37.1245.1210.62-
YUV169.564.51135.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 186 (73.05% from 255) = 43.97%
BLUE value IS 57 (22.66% from 255) = 13.48%
R=42.55%
G=43.97%
B=13.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186570.0300.690.2762.7953.0947.65
HexB4BA3930451B3f3530
Octal264272713010533776560
Binary1011010010111010111001110100010111011111111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA39; }

 p { color: rgb(180,186,57); }

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

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

 a { background-color: rgb(180,186,57); }

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

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

 span { border-color: rgb(180,186,57); }

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