#A8B750

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

Shades of Celery #A8B750

Tints of Celery #A8B750

Color information

#A8B750 (or 0xA8B750) is unknown color: approx Celery. HEX triplet: A8, B7 and 50. RGB value is (168,183,80). Sum of RGB (Red+Green+Blue) = 168+183+80=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B750 is #5748AF. Grayscale: #A7A7A7. Windows color (decimal): -5720240 or 5289896. OLE color: 5289896.

HSL color Cylindrical-coordinate representation of color #A8B750: hue angle of 68.74º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8B750 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB16818380-
CMYK0.0800.560.28
HSL68.74º41.7%51.57%-
HSV(B)68.74º56.28%71.76%-
XYZ34.5342.7714.03-
YUV166.7779.03128.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 80 (31.64% from 255) = 18.56%
R=38.98%
G=42.46%
B=18.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal168183800.0800.560.2868.7441.751.57
HexA8B75080381C452a34
Octal25026712010070341055264
Binary1010100010110111101000010000111000111001000101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B750; }

 p { color: rgb(168,183,80); }

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

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

 a { background-color: rgb(168,183,80); }

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

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

 span { border-color: rgb(168,183,80); }

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