#A2B03F

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

Shades of Celery #A2B03F

Tints of Celery #A2B03F

Color information

#A2B03F (or 0xA2B03F) is unknown color: approx Celery. HEX triplet: A2, B0 and 3F. RGB value is (162,176,63). Sum of RGB (Red+Green+Blue) = 162+176+63=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B03F is #5D4FC0. Grayscale: #9F9F9F. Windows color (decimal): -6115265 or 4173986. OLE color: 4173986.

HSL color Cylindrical-coordinate representation of color #A2B03F: hue angle of 67.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2B03F is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB16217663-
CMYK0.0800.640.31
HSL67.43º47.28%46.86%-
HSV(B)67.43º64.2%69.02%-
XYZ31.3239.0910.6-
YUV158.9373.86130.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 63 (25% from 255) = 15.71%
R=40.40%
G=43.89%
B=15.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176630.0800.640.3167.4347.2846.86
HexA2B03F80401F432f2f
Octal24226077100100371035757
Binary1010001010110000111111100001000000111111000011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B03F; }

 p { color: rgb(162,176,63); }

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

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

 a { background-color: rgb(162,176,63); }

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

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

 span { border-color: rgb(162,176,63); }

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