#ACC64B

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

Shades of Celery #ACC64B

Tints of Celery #ACC64B

Color information

#ACC64B (or 0xACC64B) is unknown color: approx Celery. HEX triplet: AC, C6 and 4B. RGB value is (172,198,75). Sum of RGB (Red+Green+Blue) = 172+198+75=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC64B is #5339B4. Grayscale: #B0B0B0. Windows color (decimal): -5454261 or 4966060. OLE color: 4966060.

HSL color Cylindrical-coordinate representation of color #ACC64B: hue angle of 72.68º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACC64B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB17219875-
CMYK0.1300.620.22
HSL72.68º51.9%53.53%-
HSV(B)72.68º62.12%77.65%-
XYZ38.4849.6714.22-
YUV176.270.89125-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=38.65%
G=44.49%
B=16.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172198750.1300.620.2272.6851.953.53
HexACC64BD03E16493436
Octal25430611315076261116466
Binary1010110011000110100101111010111110101101001001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC64B; }

 p { color: rgb(172,198,75); }

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

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

 a { background-color: rgb(172,198,75); }

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

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

 span { border-color: rgb(172,198,75); }

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