#ADB952

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

Shades of Celery #ADB952

Tints of Celery #ADB952

Color information

#ADB952 (or 0xADB952) is unknown color: approx Celery. HEX triplet: AD, B9 and 52. RGB value is (173,185,82). Sum of RGB (Red+Green+Blue) = 173+185+82=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB952 is #5246AD. Grayscale: #AAAAAA. Windows color (decimal): -5392046 or 5421485. OLE color: 5421485.

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

Color convert

RGB17318582-
CMYK0.0600.560.27
HSL66.99º42.39%52.35%-
HSV(B)66.99º55.68%72.55%-
XYZ36.1144.1914.61-
YUV169.6778.52130.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 82 (32.42% from 255) = 18.64%
R=39.32%
G=42.05%
B=18.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal173185820.0600.560.2766.9942.3952.35
HexADB95260381B432a34
Octal2552711226070331035264
Binary101011011011100110100101100111000110111000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB952; }

 p { color: rgb(173,185,82); }

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

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

 a { background-color: rgb(173,185,82); }

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

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

 span { border-color: rgb(173,185,82); }

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