#BABE35

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

Shades of Celery #BABE35

Tints of Celery #BABE35

Color information

#BABE35 (or 0xBABE35) is unknown color: approx Celery. HEX triplet: BA, BE and 35. RGB value is (186,190,53). Sum of RGB (Red+Green+Blue) = 186+190+53=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE35 is #4541CA. Grayscale: #ADADAD. Windows color (decimal): -4538827 or 3522234. OLE color: 3522234.

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

Color convert

RGB18619053-
CMYK0.0200.720.25
HSL61.75º56.38%47.65%-
HSV(B)61.75º72.11%74.51%-
XYZ39.3147.5210.47-
YUV173.1960.17137.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=43.36%
G=44.29%
B=12.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190530.0200.720.2561.7556.3847.65
HexBABE352048193e3830
Octal272276652011031767060
Binary1011101010111110110101100100100011001111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE35; }

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

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

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

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

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

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

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

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