Html Css Color HEX #A4BD49 Celery

📋 copy color: '#A4BD49'

red 164 ◦ green 189 ◦ blue 73

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

Shades of Celery #A4BD49

Tints of Celery #A4BD49

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 44.37%
B = 17.14%

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

#A4BD49 (or 0xA4BD49) is known color: Celery. HEX triplet: A4, BD and 49. RGB value is (164,189,73). Sum of RGB (Red+Green+Blue) = 164+189+73=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD49 is #5B42B6. Grayscale: #A8A8A8. Windows color (decimal): -5980855 or 4832676. OLE color: 4832676.

HSL color Cylindrical-coordinate representation of color #A4BD49: hue angle of 72.93º 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 #A4BD49 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 73 -
CMYK 0.13 0 0.61 0.26
HSL 72.93º 0.47% 0.51% -
HSV(B) 72.93º 0.61% 0.74% -
XYZ 34.71 44.77 13.12 -
YUV 168.3 74.22 124.93 -
System Red Green Blue C M Y K H S L
Decimal 164 189 73 0.13 0 0.61 0.26 72.93 0.47 0.51
Hex A4 BD 49 D 0 3D 1A 49 2F 33
Octal 244 275 111 15 0 75 32 111 57 63
Binary 10100100 10111101 1001001 1101 0 111101 11010 1001001 101111 110011

Color Harmonies of #A4BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD49

Black with #A4BD49

Text Example


Text Example

White with #A4BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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