#BABD36

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

Shades of Celery #BABD36

Tints of Celery #BABD36

Color information

#BABD36 (or 0xBABD36) is unknown color: approx Celery. HEX triplet: BA, BD and 36. RGB value is (186,189,54). Sum of RGB (Red+Green+Blue) = 186+189+54=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD36 is #4542C9. Grayscale: #ADADAD. Windows color (decimal): -4539082 or 3587514. OLE color: 3587514.

HSL color Cylindrical-coordinate representation of color #BABD36: hue angle of 61.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BABD36 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18618954-
CMYK0.0200.710.26
HSL61.33º55.56%47.65%-
HSV(B)61.33º71.43%74.12%-
XYZ39.1147.110.52-
YUV172.7161.01137.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 189 (74.22% from 255) = 44.06%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=43.36%
G=44.06%
B=12.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189540.0200.710.2661.3355.5647.65
HexBABD3620471A3d3830
Octal272275662010732757060
Binary1011101010111101110110100100011111010111101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD36; }

 p { color: rgb(186,189,54); }

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

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

 a { background-color: rgb(186,189,54); }

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

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

 span { border-color: rgb(186,189,54); }

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