#BABD4B

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

Shades of Celery #BABD4B

Tints of Celery #BABD4B

Color information

#BABD4B (or 0xBABD4B) is unknown color: approx Celery. HEX triplet: BA, BD and 4B. RGB value is (186,189,75). Sum of RGB (Red+Green+Blue) = 186+189+75=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD4B is #4542B4. Grayscale: #AFAFAF. Windows color (decimal): -4539061 or 4963770. OLE color: 4963770.

HSL color Cylindrical-coordinate representation of color #BABD4B: hue angle of 61.58º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BABD4B is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18618975-
CMYK0.0200.600.26
HSL61.58º46.34%51.76%-
HSV(B)61.58º60.32%74.12%-
XYZ39.7247.3413.7-
YUV175.1171.51135.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=41.33%
G=42%
B=16.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189750.0200.600.2661.5846.3451.76
HexBABD4B203C1A3e2e34
Octal272275113207432765664
Binary1011101010111101100101110011110011010111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD4B; }

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

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

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

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

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

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

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

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