Html Css Color HEX #A0B46D Olivine

📋 copy color: '#A0B46D'

red 160 ◦ green 180 ◦ blue 109

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

Shades of Olivine #A0B46D

Tints of Olivine #A0B46D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

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

R = 35.63%
G = 40.09%
B = 24.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A0B46D (or 0xA0B46D) is known color: Olivine. HEX triplet: A0, B4 and 6D. RGB value is (160,180,109). Sum of RGB (Red+Green+Blue) = 160+180+109=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B46D is #5F4B92. Grayscale: #A6A6A6. Windows color (decimal): -6245267 or 7189664. OLE color: 7189664.

HSL color Cylindrical-coordinate representation of color #A0B46D: hue angle of 76.9º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0B46D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 109 -
CMYK 0.11 0 0.39 0.29
HSL 76.9º 0.32% 0.57% -
HSV(B) 76.9º 0.39% 0.71% -
XYZ 33.58 41.22 20.65 -
YUV 165.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 160 180 109 0.11 0 0.39 0.29 76.9 0.32 0.57
Hex A0 B4 6D B 0 27 1D 4D 20 39
Octal 240 264 155 13 0 47 35 115 40 71
Binary 10100000 10110100 1101101 1011 0 100111 11101 1001101 100000 111001

Color Harmonies of #A0B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B46D

Black with #A0B46D

Text Example


Text Example

White with #A0B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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