#A4B34B

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

Shades of Celery #A4B34B

Tints of Celery #A4B34B

Color information

#A4B34B (or 0xA4B34B) is unknown color: approx Celery. HEX triplet: A4, B3 and 4B. RGB value is (164,179,75). Sum of RGB (Red+Green+Blue) = 164+179+75=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B34B is #5B4CB4. Grayscale: #A3A3A3. Windows color (decimal): -5983413 or 4961188. OLE color: 4961188.

HSL color Cylindrical-coordinate representation of color #A4B34B: hue angle of 68.65º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4B34B is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB16417975-
CMYK0.0800.580.30
HSL68.65º40.94%49.8%-
HSV(B)68.65º58.1%70.2%-
XYZ32.740.6412.78-
YUV162.6678.53128.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 75 (29.69% from 255) = 17.94%
R=39.23%
G=42.82%
B=17.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179750.0800.580.3068.6540.9449.8
HexA4B34B803A1E452932
Octal24426311310072361055162
Binary1010010010110011100101110000111010111101000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B34B; }

 p { color: rgb(164,179,75); }

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

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

 a { background-color: rgb(164,179,75); }

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

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

 span { border-color: rgb(164,179,75); }

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