Html Css Color HEX #A0B14D Celery

📋 copy color: '#A0B14D'

red 160 ◦ green 177 ◦ blue 77

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

Shades of Celery #A0B14D

Tints of Celery #A0B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 38.65%
G = 42.75%
B = 18.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#A0B14D (or 0xA0B14D) is known color: Celery. HEX triplet: A0, B1 and 4D. RGB value is (160,177,77). Sum of RGB (Red+Green+Blue) = 160+177+77=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B14D is #5F4EB2. Grayscale: #A0A0A0. Windows color (decimal): -6246067 or 5091744. OLE color: 5091744.

HSL color Cylindrical-coordinate representation of color #A0B14D: hue angle of 70.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0B14D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 77 -
CMYK 0.10 0 0.56 0.31
HSL 70.2º 0.39% 0.5% -
HSV(B) 70.2º 0.56% 0.69% -
XYZ 31.56 39.45 12.97 -
YUV 160.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 160 177 77 0.10 0 0.56 0.31 70.2 0.39 0.5
Hex A0 B1 4D A 0 38 1F 46 27 32
Octal 240 261 115 12 0 70 37 106 47 62
Binary 10100000 10110001 1001101 1010 0 111000 11111 1000110 100111 110010

Color Harmonies of #A0B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B14D

Black with #A0B14D

Text Example


Text Example

White with #A0B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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