#ACBF42

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

Shades of Celery #ACBF42

Tints of Celery #ACBF42

Color information

#ACBF42 (or 0xACBF42) is unknown color: approx Celery. HEX triplet: AC, BF and 42. RGB value is (172,191,66). Sum of RGB (Red+Green+Blue) = 172+191+66=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF42 is #5340BD. Grayscale: #ABABAB. Windows color (decimal): -5456062 or 4374444. OLE color: 4374444.

HSL color Cylindrical-coordinate representation of color #ACBF42: hue angle of 69.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACBF42 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB17219166-
CMYK0.1000.650.25
HSL69.12º49.41%50.39%-
HSV(B)69.12º65.45%74.9%-
XYZ36.6346.4312.18-
YUV171.0768.71128.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=40.09%
G=44.52%
B=15.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191660.1000.650.2569.1249.4150.39
HexACBF42A04119453132
Octal254277102120101311056162
Binary10101100101111111000010101001000001110011000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF42; }

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

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

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

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

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

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

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

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