#A2BF4A

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

Shades of Celery #A2BF4A

Tints of Celery #A2BF4A

Color information

#A2BF4A (or 0xA2BF4A) is unknown color: approx Celery. HEX triplet: A2, BF and 4A. RGB value is (162,191,74). Sum of RGB (Red+Green+Blue) = 162+191+74=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF4A is #5D40B5. Grayscale: #A9A9A9. Windows color (decimal): -6111414 or 4898722. OLE color: 4898722.

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

Color convert

RGB16219174-
CMYK0.1500.610.25
HSL74.87º47.76%51.96%-
HSV(B)74.87º61.26%74.9%-
XYZ34.7745.4413.42-
YUV168.9974.39123.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 74 (29.30% from 255) = 17.33%
R=37.94%
G=44.73%
B=17.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191740.1500.610.2574.8747.7651.96
HexA2BF4AF03D194b3034
Octal24227711217075311136064
Binary1010001010111111100101011110111101110011001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF4A; }

 p { color: rgb(162,191,74); }

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

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

 a { background-color: rgb(162,191,74); }

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

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

 span { border-color: rgb(162,191,74); }

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