#ADB84B

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

Shades of Celery #ADB84B

Tints of Celery #ADB84B

Color information

#ADB84B (or 0xADB84B) is unknown color: approx Celery. HEX triplet: AD, B8 and 4B. RGB value is (173,184,75). Sum of RGB (Red+Green+Blue) = 173+184+75=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB84B is #5247B4. Grayscale: #A8A8A8. Windows color (decimal): -5392309 or 4962477. OLE color: 4962477.

HSL color Cylindrical-coordinate representation of color #ADB84B: hue angle of 66.06º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB84B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB17318475-
CMYK0.0600.590.28
HSL66.06º43.43%50.78%-
HSV(B)66.06º59.24%72.16%-
XYZ35.6443.6713.21-
YUV168.2875.36131.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.05%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 75 (29.69% from 255) = 17.36%
R=40.05%
G=42.59%
B=17.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal173184750.0600.590.2866.0643.4350.78
HexADB84B603B1C422b33
Octal2552701136073341025363
Binary101011011011100010010111100111011111001000010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB84B; }

 p { color: rgb(173,184,75); }

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

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

 a { background-color: rgb(173,184,75); }

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

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

 span { border-color: rgb(173,184,75); }

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