Html Css Color HEX #A0BD4D Celery

📋 copy color: '#A0BD4D'

red 160 ◦ green 189 ◦ blue 77

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

Shades of Celery #A0BD4D

Tints of Celery #A0BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 37.56%
G = 44.37%
B = 18.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#A0BD4D (or 0xA0BD4D) is known color: Celery. HEX triplet: A0, BD and 4D. RGB value is (160,189,77). Sum of RGB (Red+Green+Blue) = 160+189+77=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD4D is #5F42B2. Grayscale: #A7A7A7. Windows color (decimal): -6242995 or 5094816. OLE color: 5094816.

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

Color convert

RGB 160 189 77 -
CMYK 0.15 0 0.59 0.26
HSL 75.54º 0.46% 0.52% -
HSV(B) 75.54º 0.59% 0.74% -
XYZ 34.03 44.4 13.8 -
YUV 167.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 160 189 77 0.15 0 0.59 0.26 75.54 0.46 0.52
Hex A0 BD 4D F 0 3B 1A 4C 2E 34
Octal 240 275 115 17 0 73 32 114 56 64
Binary 10100000 10111101 1001101 1111 0 111011 11010 1001100 101110 110100

Color Harmonies of #A0BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD4D

Black with #A0BD4D

Text Example


Text Example

White with #A0BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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