#BABA35

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

Shades of Celery #BABA35

Tints of Celery #BABA35

Color information

#BABA35 (or 0xBABA35) is unknown color: approx Celery. HEX triplet: BA, BA and 35. RGB value is (186,186,53). Sum of RGB (Red+Green+Blue) = 186+186+53=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA35 is #4545CA. Grayscale: #ABABAB. Windows color (decimal): -4539851 or 3521210. OLE color: 3521210.

HSL color Cylindrical-coordinate representation of color #BABA35: hue angle of 60º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BABA35 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18618653-
CMYK000.720.27
HSL60º55.65%46.86%-
HSV(B)60º71.51%72.94%-
XYZ38.4545.8110.18-
YUV170.8461.5138.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=43.76%
G=43.76%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618653000.720.276055.6546.86
HexBABA3500481B3c382f
Octal272272650011033747057
Binary101110101011101011010100100100011011111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA35; }

 p { color: rgb(186,186,53); }

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

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

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

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

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

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

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