Html Css Color HEX #A5AD4D Celery

📋 copy color: '#A5AD4D'

red 165 ◦ green 173 ◦ blue 77

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

Shades of Celery #A5AD4D

Tints of Celery #A5AD4D

RGB

 RED value IS 165 (64.84% from 255) = 39.76%

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 39.76%
G = 41.69%
B = 18.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#A5AD4D (or 0xA5AD4D) is known color: Celery. HEX triplet: A5, AD and 4D. RGB value is (165,173,77). Sum of RGB (Red+Green+Blue) = 165+173+77=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD4D is #5A52B2. Grayscale: #A0A0A0. Windows color (decimal): -5919411 or 5090725. OLE color: 5090725.

HSL color Cylindrical-coordinate representation of color #A5AD4D: hue angle of 65º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5AD4D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 77 -
CMYK 0.05 0 0.55 0.32
HSL 65º 0.38% 0.49% -
HSV(B) 65º 0.55% 0.68% -
XYZ 31.8 38.42 12.76 -
YUV 159.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 165 173 77 0.05 0 0.55 0.32 65 0.38 0.49
Hex A5 AD 4D 5 0 37 20 41 26 31
Octal 245 255 115 5 0 67 40 101 46 61
Binary 10100101 10101101 1001101 101 0 110111 100000 1000001 100110 110001

Color Harmonies of #A5AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD4D

Black with #A5AD4D

Text Example


Text Example

White with #A5AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD4D; }

 p { color: rgb(165,173,77); }

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

background-color css

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

 a { background-color: rgb(165,173,77); }

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

border-color css

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

 span { border-color: rgb(165,173,77); }

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