#A4B752

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

Shades of Celery #A4B752

Tints of Celery #A4B752

Color information

#A4B752 (or 0xA4B752) is unknown color: approx Celery. HEX triplet: A4, B7 and 52. RGB value is (164,183,82). Sum of RGB (Red+Green+Blue) = 164+183+82=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B752 is #5B48AD. Grayscale: #A6A6A6. Windows color (decimal): -5982382 or 5420964. OLE color: 5420964.

HSL color Cylindrical-coordinate representation of color #A4B752: hue angle of 71.29º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4B752 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB16418382-
CMYK0.1000.550.28
HSL71.29º41.22%51.96%-
HSV(B)71.29º55.19%71.76%-
XYZ33.7742.3714.38-
YUV165.880.71126.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 82 (32.42% from 255) = 19.11%
R=38.23%
G=42.66%
B=19.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164183820.1000.550.2871.2941.2251.96
HexA4B752A0371C472934
Octal24426712212067341075164
Binary1010010010110111101001010100110111111001000111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B752; }

 p { color: rgb(164,183,82); }

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

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

 a { background-color: rgb(164,183,82); }

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

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

 span { border-color: rgb(164,183,82); }

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