Html Css Color HEX #ADB440 Celery

📋 copy color: '#ADB440'

red 173 ◦ green 180 ◦ blue 64

#ADB440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #ADB440

Tints of Celery #ADB440

RGB

 RED value IS 173 (67.97% from 255) = 41.49%

 GREEN value IS 180 (70.7% from 255) = 43.17%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 41.49%
G = 43.17%
B = 15.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#ADB440 (or 0xADB440) is known color: Celery. HEX triplet: AD, B4 and 40. RGB value is (173,180,64). Sum of RGB (Red+Green+Blue) = 173+180+64=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB440 is #524BBF. Grayscale: #A5A5A5. Windows color (decimal): -5393344 or 4240557. OLE color: 4240557.

HSL color Cylindrical-coordinate representation of color #ADB440: hue angle of 63.62º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB440 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 64 -
CMYK 0.04 0 0.64 0.29
HSL 63.62º 0.48% 0.48% -
HSV(B) 63.62º 0.64% 0.71% -
XYZ 34.48 41.9 11.12 -
YUV 164.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 173 180 64 0.04 0 0.64 0.29 63.62 0.48 0.48
Hex AD B4 40 4 0 40 1D 40 30 30
Octal 255 264 100 4 0 100 35 100 60 60
Binary 10101101 10110100 1000000 100 0 1000000 11101 1000000 110000 110000

Color Harmonies of #ADB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB440

Black with #ADB440

Text Example


Text Example

White with #ADB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB440; }

 p { color: rgb(173,180,64); }

 H1.HeaderClassName
 {
   color: #ADB440;
 }
 .AnyTagClassName
 {
   color: #ADB440;
 }
</style>

background-color css

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

 a { background-color: rgb(173,180,64); }

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

border-color css

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

 span { border-color: rgb(173,180,64); }

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