Html Css Color HEX #ADB640 Celery

📋 copy color: '#ADB640'

red 173 ◦ green 182 ◦ blue 64

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

Shades of Celery #ADB640

Tints of Celery #ADB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

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

R = 41.29%
G = 43.44%
B = 15.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#ADB640 (or 0xADB640) is known color: Celery. HEX triplet: AD, B6 and 40. RGB value is (173,182,64). Sum of RGB (Red+Green+Blue) = 173+182+64=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB640 is #5249BF. Grayscale: #A6A6A6. Windows color (decimal): -5392832 or 4241069. OLE color: 4241069.

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

Color convert

RGB 173 182 64 -
CMYK 0.05 0 0.65 0.29
HSL 64.58º 0.48% 0.48% -
HSV(B) 64.58º 0.65% 0.71% -
XYZ 34.89 42.71 11.26 -
YUV 165.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 173 182 64 0.05 0 0.65 0.29 64.58 0.48 0.48
Hex AD B6 40 5 0 41 1D 41 30 30
Octal 255 266 100 5 0 101 35 101 60 60
Binary 10101101 10110110 1000000 101 0 1000001 11101 1000001 110000 110000

Color Harmonies of #ADB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB640

Black with #ADB640

Text Example


Text Example

White with #ADB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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