#acbf3f

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

Shades of Celery #ACBF3F

Tints of Celery #ACBF3F

Color information

#ACBF3F (or 0xACBF3F) is unknown color: approx Celery. HEX triplet: AC, BF and 3F. RGB value is (172,191,63). Sum of RGB (Red+Green+Blue) = 172+191+63=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF3F is #5340C0. Grayscale: #ABABAB. Windows color (decimal): -5456065 or 4177836. OLE color: 4177836.

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

Color convert

RGB17219163-
CMYK0.1000.670.25
HSL68.91º50.39%49.8%-
HSV(B)68.91º67.02%74.9%-
XYZ36.5446.3911.73-
YUV170.7367.21128.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 63 (25% from 255) = 14.79%
R=40.38%
G=44.84%
B=14.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191630.1000.670.2568.9150.3949.8
HexACBF3FA04319453232
Octal25427777120103311056262
Binary1010110010111111111111101001000011110011000101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acbf3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acbf3f; }

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

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

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

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

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

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

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

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