Html Css Color HEX #A5B449 Celery

📋 copy color: '#A5B449'

red 165 ◦ green 180 ◦ blue 73

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

Shades of Celery #A5B449

Tints of Celery #A5B449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 39.47%
G = 43.06%
B = 17.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#A5B449 (or 0xA5B449) is known color: Celery. HEX triplet: A5, B4 and 49. RGB value is (165,180,73). Sum of RGB (Red+Green+Blue) = 165+180+73=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B449 is #5A4BB6. Grayscale: #A3A3A3. Windows color (decimal): -5917623 or 4830373. OLE color: 4830373.

HSL color Cylindrical-coordinate representation of color #A5B449: hue angle of 68.41º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5B449 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 73 -
CMYK 0.08 0 0.59 0.29
HSL 68.41º 0.42% 0.5% -
HSV(B) 68.41º 0.59% 0.71% -
XYZ 33.04 41.12 12.5 -
YUV 163.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 165 180 73 0.08 0 0.59 0.29 68.41 0.42 0.5
Hex A5 B4 49 8 0 3B 1D 44 2A 32
Octal 245 264 111 10 0 73 35 104 52 62
Binary 10100101 10110100 1001001 1000 0 111011 11101 1000100 101010 110010

Color Harmonies of #A5B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B449

Black with #A5B449

Text Example


Text Example

White with #A5B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B449; }

 p { color: rgb(165,180,73); }

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

background-color css

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

 a { background-color: rgb(165,180,73); }

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

border-color css

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

 span { border-color: rgb(165,180,73); }

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