Html Css Color HEX #A4BD50 Celery

📋 copy color: '#A4BD50'

red 164 ◦ green 189 ◦ blue 80

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

Shades of Celery #A4BD50

Tints of Celery #A4BD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 37.88%
G = 43.65%
B = 18.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A4BD50 (or 0xA4BD50) is known color: Celery. HEX triplet: A4, BD and 50. RGB value is (164,189,80). Sum of RGB (Red+Green+Blue) = 164+189+80=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BD50 is #5B42AF. Grayscale: #A9A9A9. Windows color (decimal): -5980848 or 5291428. OLE color: 5291428.

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

Color convert

RGB 164 189 80 -
CMYK 0.13 0 0.58 0.26
HSL 73.76º 0.45% 0.53% -
HSV(B) 73.76º 0.58% 0.74% -
XYZ 34.96 44.87 14.41 -
YUV 169.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 164 189 80 0.13 0 0.58 0.26 73.76 0.45 0.53
Hex A4 BD 50 D 0 3A 1A 4A 2D 35
Octal 244 275 120 15 0 72 32 112 55 65
Binary 10100100 10111101 1010000 1101 0 111010 11010 1001010 101101 110101

Color Harmonies of #A4BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD50

Black with #A4BD50

Text Example


Text Example

White with #A4BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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