#A3BF52

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

Shades of Celery #A3BF52

Tints of Celery #A3BF52

Color information

#A3BF52 (or 0xA3BF52) is unknown color: approx Celery. HEX triplet: A3, BF and 52. RGB value is (163,191,82). Sum of RGB (Red+Green+Blue) = 163+191+82=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF52 is #5C40AD. Grayscale: #AAAAAA. Windows color (decimal): -6045870 or 5423011. OLE color: 5423011.

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

Color convert

RGB16319182-
CMYK0.1500.570.25
HSL75.41º45.99%53.53%-
HSV(B)75.41º57.07%74.9%-
XYZ35.2645.6614.94-
YUV170.278.22122.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 43.81%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=37.39%
G=43.81%
B=18.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163191820.1500.570.2575.4145.9953.53
HexA3BF52F039194b2e36
Octal24327712217071311135666
Binary1010001110111111101001011110111001110011001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF52; }

 p { color: rgb(163,191,82); }

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

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

 a { background-color: rgb(163,191,82); }

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

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

 span { border-color: rgb(163,191,82); }

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