Html Css Color HEX #A5B94D Celery

📋 copy color: '#A5B94D'

red 165 ◦ green 185 ◦ blue 77

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

Shades of Celery #A5B94D

Tints of Celery #A5B94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

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

R = 38.64%
G = 43.33%
B = 18.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#A5B94D (or 0xA5B94D) is known color: Celery. HEX triplet: A5, B9 and 4D. RGB value is (165,185,77). Sum of RGB (Red+Green+Blue) = 165+185+77=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B94D is #5A46B2. Grayscale: #A7A7A7. Windows color (decimal): -5916339 or 5093797. OLE color: 5093797.

HSL color Cylindrical-coordinate representation of color #A5B94D: hue angle of 71.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5B94D is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 77 -
CMYK 0.11 0 0.58 0.27
HSL 71.11º 0.44% 0.51% -
HSV(B) 71.11º 0.58% 0.73% -
XYZ 34.21 43.23 13.56 -
YUV 166.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 165 185 77 0.11 0 0.58 0.27 71.11 0.44 0.51
Hex A5 B9 4D B 0 3A 1B 47 2C 33
Octal 245 271 115 13 0 72 33 107 54 63
Binary 10100101 10111001 1001101 1011 0 111010 11011 1000111 101100 110011

Color Harmonies of #A5B94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B94D

Black with #A5B94D

Text Example


Text Example

White with #A5B94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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