Html Css Color HEX #A0BD4F Celery

📋 copy color: '#A0BD4F'

red 160 ◦ green 189 ◦ blue 79

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

Shades of Celery #A0BD4F

Tints of Celery #A0BD4F

RGB

 RED value IS 160 (62.89% from 255) = 37.38%

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

 BLUE value IS 79 (31.25% from 255) = 18.46%

R = 37.38%
G = 44.16%
B = 18.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A0BD4F (or 0xA0BD4F) is known color: Celery. HEX triplet: A0, BD and 4F. RGB value is (160,189,79). Sum of RGB (Red+Green+Blue) = 160+189+79=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD4F is #5F42B0. Grayscale: #A8A8A8. Windows color (decimal): -6242993 or 5225888. OLE color: 5225888.

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

Color convert

RGB 160 189 79 -
CMYK 0.15 0 0.58 0.26
HSL 75.82º 0.45% 0.53% -
HSV(B) 75.82º 0.58% 0.74% -
XYZ 34.11 44.43 14.18 -
YUV 167.79 77.89 122.44 -
System Red Green Blue C M Y K H S L
Decimal 160 189 79 0.15 0 0.58 0.26 75.82 0.45 0.53
Hex A0 BD 4F F 0 3A 1A 4C 2D 35
Octal 240 275 117 17 0 72 32 114 55 65
Binary 10100000 10111101 1001111 1111 0 111010 11010 1001100 101101 110101

Color Harmonies of #A0BD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD4F

Black with #A0BD4F

Text Example


Text Example

White with #A0BD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD4F; }

 p { color: rgb(160,189,79); }

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

background-color css

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

 a { background-color: rgb(160,189,79); }

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

border-color css

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

 span { border-color: rgb(160,189,79); }

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