#ACBF5A

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

Shades of Celery #ACBF5A

Tints of Celery #ACBF5A

Color information

#ACBF5A (or 0xACBF5A) is unknown color: approx Celery. HEX triplet: AC, BF and 5A. RGB value is (172,191,90). Sum of RGB (Red+Green+Blue) = 172+191+90=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBF5A is #5340A5. Grayscale: #AEAEAE. Windows color (decimal): -5456038 or 5947308. OLE color: 5947308.

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

Color convert

RGB17219190-
CMYK0.1000.530.25
HSL71.29º44.1%55.1%-
HSV(B)71.29º52.88%74.9%-
XYZ37.4946.7716.72-
YUV173.880.71126.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=37.97%
G=42.16%
B=19.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172191900.1000.530.2571.2944.155.1
HexACBF5AA03519472c37
Octal25427713212065311075467
Binary1010110010111111101101010100110101110011000111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF5A; }

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

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

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

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

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

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

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

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