#A2BF47

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

Shades of Celery #A2BF47

Tints of Celery #A2BF47

Color information

#A2BF47 (or 0xA2BF47) is unknown color: approx Celery. HEX triplet: A2, BF and 47. RGB value is (162,191,71). Sum of RGB (Red+Green+Blue) = 162+191+71=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BF47 is #5D40B8. Grayscale: #A9A9A9. Windows color (decimal): -6111417 or 4702114. OLE color: 4702114.

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

Color convert

RGB16219171-
CMYK0.1500.630.25
HSL74.5º48.39%51.37%-
HSV(B)74.5º62.83%74.9%-
XYZ34.6745.412.9-
YUV168.6572.89123.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 191 (75% from 255) = 45.05%
BLUE value IS 71 (28.12% from 255) = 16.75%
R=38.21%
G=45.05%
B=16.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162191710.1500.630.2574.548.3951.37
HexA2BF47F03F194a3033
Octal24227710717077311126063
Binary1010001010111111100011111110111111110011001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BF47; }

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

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

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

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

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

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

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

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