#A7B950

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

Shades of Celery #A7B950

Tints of Celery #A7B950

Color information

#A7B950 (or 0xA7B950) is unknown color: approx Celery. HEX triplet: A7, B9 and 50. RGB value is (167,185,80). Sum of RGB (Red+Green+Blue) = 167+185+80=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B950 is #5846AF. Grayscale: #A8A8A8. Windows color (decimal): -5785264 or 5290407. OLE color: 5290407.

HSL color Cylindrical-coordinate representation of color #A7B950: hue angle of 70.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7B950 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB16718580-
CMYK0.1000.570.27
HSL70.29º42.86%51.96%-
HSV(B)70.29º56.76%72.55%-
XYZ34.7343.4914.15-
YUV167.6578.54127.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 185 (72.66% from 255) = 42.82%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=38.66%
G=42.82%
B=18.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167185800.1000.570.2770.2942.8651.96
HexA7B950A0391B462b34
Octal24727112012071331065364
Binary1010011110111001101000010100111001110111000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B950; }

 p { color: rgb(167,185,80); }

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

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

 a { background-color: rgb(167,185,80); }

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

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

 span { border-color: rgb(167,185,80); }

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