#ACCA42

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

Shades of Celery #ACCA42

Tints of Celery #ACCA42

Color information

#ACCA42 (or 0xACCA42) is unknown color: approx Celery. HEX triplet: AC, CA and 42. RGB value is (172,202,66). Sum of RGB (Red+Green+Blue) = 172+202+66=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCA42 is #5335BD. Grayscale: #B2B2B2. Windows color (decimal): -5453246 or 4377260. OLE color: 4377260.

HSL color Cylindrical-coordinate representation of color #ACCA42: hue angle of 73.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACCA42 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB17220266-
CMYK0.1500.670.21
HSL73.24º56.2%52.55%-
HSV(B)73.24º67.33%79.22%-
XYZ39.1251.4113.01-
YUV177.5365.06124.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 66 (26.17% from 255) = 15%
R=39.09%
G=45.91%
B=15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172202660.1500.670.2173.2456.252.55
HexACCA42F04315493835
Octal254312102170103251117065
Binary10101100110010101000010111101000011101011001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA42; }

 p { color: rgb(172,202,66); }

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

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

 a { background-color: rgb(172,202,66); }

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

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

 span { border-color: rgb(172,202,66); }

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