#A4BF4E

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

Shades of Celery #A4BF4E

Tints of Celery #A4BF4E

Color information

#A4BF4E (or 0xA4BF4E) is unknown color: approx Celery. HEX triplet: A4, BF and 4E. RGB value is (164,191,78). Sum of RGB (Red+Green+Blue) = 164+191+78=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF4E is #5B40B1. Grayscale: #AAAAAA. Windows color (decimal): -5980338 or 5160868. OLE color: 5160868.

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

Color convert

RGB16419178-
CMYK0.1400.590.25
HSL74.34º46.89%52.75%-
HSV(B)74.34º59.16%74.9%-
XYZ35.3245.714.17-
YUV170.0476.05123.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=37.88%
G=44.11%
B=18.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191780.1400.590.2574.3446.8952.75
HexA4BF4EE03B194a2f35
Octal24427711616073311125765
Binary1010010010111111100111011100111011110011001010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF4E; }

 p { color: rgb(164,191,78); }

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

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

 a { background-color: rgb(164,191,78); }

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

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

 span { border-color: rgb(164,191,78); }

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