Html Css Color HEX #A5BD49 Celery

📋 copy color: '#A5BD49'

red 165 ◦ green 189 ◦ blue 73

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

Shades of Celery #A5BD49

Tints of Celery #A5BD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 38.64%
G = 44.26%
B = 17.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#A5BD49 (or 0xA5BD49) is known color: Celery. HEX triplet: A5, BD and 49. RGB value is (165,189,73). Sum of RGB (Red+Green+Blue) = 165+189+73=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD49 is #5A42B6. Grayscale: #A9A9A9. Windows color (decimal): -5915319 or 4832677. OLE color: 4832677.

HSL color Cylindrical-coordinate representation of color #A5BD49: hue angle of 72.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5BD49 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 73 -
CMYK 0.13 0 0.61 0.26
HSL 72.41º 0.47% 0.51% -
HSV(B) 72.41º 0.61% 0.74% -
XYZ 34.92 44.88 13.12 -
YUV 168.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 165 189 73 0.13 0 0.61 0.26 72.41 0.47 0.51
Hex A5 BD 49 D 0 3D 1A 48 2F 33
Octal 245 275 111 15 0 75 32 110 57 63
Binary 10100101 10111101 1001001 1101 0 111101 11010 1001000 101111 110011

Color Harmonies of #A5BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD49

Black with #A5BD49

Text Example


Text Example

White with #A5BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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