Html Css Color HEX #A5B949 Celery

📋 copy color: '#A5B949'

red 165 ◦ green 185 ◦ blue 73

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

Shades of Celery #A5B949

Tints of Celery #A5B949

RGB

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

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

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

R = 39.01%
G = 43.74%
B = 17.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#A5B949 (or 0xA5B949) is known color: Celery. HEX triplet: A5, B9 and 49. RGB value is (165,185,73). Sum of RGB (Red+Green+Blue) = 165+185+73=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B949 is #5A46B6. Grayscale: #A6A6A6. Windows color (decimal): -5916343 or 4831653. OLE color: 4831653.

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

Color convert

RGB 165 185 73 -
CMYK 0.11 0 0.61 0.27
HSL 70.71º 0.44% 0.51% -
HSV(B) 70.71º 0.61% 0.73% -
XYZ 34.07 43.18 12.84 -
YUV 166.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 165 185 73 0.11 0 0.61 0.27 70.71 0.44 0.51
Hex A5 B9 49 B 0 3D 1B 47 2C 33
Octal 245 271 111 13 0 75 33 107 54 63
Binary 10100101 10111001 1001001 1011 0 111101 11011 1000111 101100 110011

Color Harmonies of #A5B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B949

Black with #A5B949

Text Example


Text Example

White with #A5B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B949; }

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

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

background-color css

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

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

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

border-color css

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

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

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