#A2B338

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

Shades of Celery #A2B338

Tints of Celery #A2B338

Color information

#A2B338 (or 0xA2B338) is unknown color: approx Celery. HEX triplet: A2, B3 and 38. RGB value is (162,179,56). Sum of RGB (Red+Green+Blue) = 162+179+56=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B338 is #5D4CC7. Grayscale: #A0A0A0. Windows color (decimal): -6114504 or 3716002. OLE color: 3716002.

HSL color Cylindrical-coordinate representation of color #A2B338: hue angle of 68.29º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2B338 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB16217956-
CMYK0.0900.690.30
HSL68.29º52.34%46.08%-
HSV(B)68.29º68.72%70.2%-
XYZ31.7340.219.83-
YUV159.8969.37129.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=40.81%
G=45.09%
B=14.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162179560.0900.690.3068.2952.3446.08
HexA2B33890451E44342e
Octal24226370110105361046456
Binary1010001010110011111000100101000101111101000100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B338; }

 p { color: rgb(162,179,56); }

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

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

 a { background-color: rgb(162,179,56); }

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

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

 span { border-color: rgb(162,179,56); }

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