Html Css Color HEX #A0B27C Olivine

📋 copy color: '#A0B27C'

red 160 ◦ green 178 ◦ blue 124

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

Shades of Olivine #A0B27C

Tints of Olivine #A0B27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 34.63%
G = 38.53%
B = 26.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#A0B27C (or 0xA0B27C) is known color: Olivine. HEX triplet: A0, B2 and 7C. RGB value is (160,178,124). Sum of RGB (Red+Green+Blue) = 160+178+124=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B27C is #5F4D83. Grayscale: #A6A6A6. Windows color (decimal): -6245764 or 8172192. OLE color: 8172192.

HSL color Cylindrical-coordinate representation of color #A0B27C: hue angle of 80º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0B27C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 124 -
CMYK 0.10 0 0.30 0.30
HSL 80º 0.26% 0.59% -
HSV(B) 80º 0.3% 0.7% -
XYZ 34.06 40.77 25.14 -
YUV 166.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 160 178 124 0.10 0 0.30 0.30 80 0.26 0.59
Hex A0 B2 7C A 0 1E 1E 50 1A 3B
Octal 240 262 174 12 0 36 36 120 32 73
Binary 10100000 10110010 1111100 1010 0 11110 11110 1010000 11010 111011

Color Harmonies of #A0B27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B27C

Black with #A0B27C

Text Example


Text Example

White with #A0B27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B27C; }

 p { color: rgb(160,178,124); }

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

background-color css

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

 a { background-color: rgb(160,178,124); }

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

border-color css

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

 span { border-color: rgb(160,178,124); }

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