#BABB34

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

Shades of Celery #BABB34

Tints of Celery #BABB34

Color information

#BABB34 (or 0xBABB34) is unknown color: approx Celery. HEX triplet: BA, BB and 34. RGB value is (186,187,52). Sum of RGB (Red+Green+Blue) = 186+187+52=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB34 is #4544CB. Grayscale: #ABABAB. Windows color (decimal): -4539596 or 3455930. OLE color: 3455930.

HSL color Cylindrical-coordinate representation of color #BABB34: hue angle of 60.44º 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 #BABB34 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18618752-
CMYK0.0100.720.27
HSL60.44º56.49%46.86%-
HSV(B)60.44º72.19%73.33%-
XYZ38.6446.2310.14-
YUV171.3160.67138.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 52 (20.70% from 255) = 12.24%
R=43.76%
G=44%
B=12.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187520.0100.720.2760.4456.4946.86
HexBABB3410481B3c382f
Octal272273641011033747057
Binary101110101011101111010010100100011011111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB34; }

 p { color: rgb(186,187,52); }

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

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

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

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

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

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

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