Html Css Color HEX #A9BD4A Celery

📋 copy color: '#A9BD4A'

red 169 ◦ green 189 ◦ blue 74

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

Shades of Celery #A9BD4A

Tints of Celery #A9BD4A

RGB

 RED value IS 169 (66.41% from 255) = 39.12%

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

 BLUE value IS 74 (29.3% from 255) = 17.13%

R = 39.12%
G = 43.75%
B = 17.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#A9BD4A (or 0xA9BD4A) is known color: Celery. HEX triplet: A9, BD and 4A. RGB value is (169,189,74). Sum of RGB (Red+Green+Blue) = 169+189+74=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD4A is #5642B5. Grayscale: #AAAAAA. Windows color (decimal): -5653174 or 4898217. OLE color: 4898217.

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

Color convert

RGB 169 189 74 -
CMYK 0.11 0 0.61 0.26
HSL 70.43º 0.47% 0.52% -
HSV(B) 70.43º 0.61% 0.74% -
XYZ 35.8 45.32 13.34 -
YUV 169.91 73.87 127.35 -
System Red Green Blue C M Y K H S L
Decimal 169 189 74 0.11 0 0.61 0.26 70.43 0.47 0.52
Hex A9 BD 4A B 0 3D 1A 46 2F 34
Octal 251 275 112 13 0 75 32 106 57 64
Binary 10101001 10111101 1001010 1011 0 111101 11010 1000110 101111 110100

Color Harmonies of #A9BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD4A

Black with #A9BD4A

Text Example


Text Example

White with #A9BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD4A; }

 p { color: rgb(169,189,74); }

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

background-color css

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

 a { background-color: rgb(169,189,74); }

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

border-color css

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

 span { border-color: rgb(169,189,74); }

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