#A4BF5B

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

Shades of Celery #A4BF5B

Tints of Celery #A4BF5B

Color information

#A4BF5B (or 0xA4BF5B) is unknown color: approx Celery. HEX triplet: A4, BF and 5B. RGB value is (164,191,91). Sum of RGB (Red+Green+Blue) = 164+191+91=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF5B is #5B40A4. Grayscale: #ABABAB. Windows color (decimal): -5980325 or 6012836. OLE color: 6012836.

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

Color convert

RGB16419191-
CMYK0.1400.520.25
HSL76.2º43.86%55.29%-
HSV(B)76.2º52.36%74.9%-
XYZ35.8345.9116.87-
YUV171.5382.55122.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.77%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=36.77%
G=42.83%
B=20.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164191910.1400.520.2576.243.8655.29
HexA4BF5BE034194c2c37
Octal24427713316064311145467
Binary1010010010111111101101111100110100110011001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF5B; }

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

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

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

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

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

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

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

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