Html Css Color HEX #A0B56D Olivine

📋 copy color: '#A0B56D'

red 160 ◦ green 181 ◦ blue 109

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

Shades of Olivine #A0B56D

Tints of Olivine #A0B56D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 35.56%
G = 40.22%
B = 24.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#A0B56D (or 0xA0B56D) is known color: Olivine. HEX triplet: A0, B5 and 6D. RGB value is (160,181,109). Sum of RGB (Red+Green+Blue) = 160+181+109=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B56D is #5F4A92. Grayscale: #A6A6A6. Windows color (decimal): -6245011 or 7189920. OLE color: 7189920.

HSL color Cylindrical-coordinate representation of color #A0B56D: hue angle of 77.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B56D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 109 -
CMYK 0.12 0 0.40 0.29
HSL 77.5º 0.33% 0.57% -
HSV(B) 77.5º 0.4% 0.71% -
XYZ 33.78 41.63 20.72 -
YUV 166.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 160 181 109 0.12 0 0.40 0.29 77.5 0.33 0.57
Hex A0 B5 6D C 0 28 1D 4E 21 39
Octal 240 265 155 14 0 50 35 116 41 71
Binary 10100000 10110101 1101101 1100 0 101000 11101 1001110 100001 111001

Color Harmonies of #A0B56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B56D

Black with #A0B56D

Text Example


Text Example

White with #A0B56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B56D; }

 p { color: rgb(160,181,109); }

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

background-color css

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

 a { background-color: rgb(160,181,109); }

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

border-color css

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

 span { border-color: rgb(160,181,109); }

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