Html Css Color HEX #A0B26E Olivine

📋 copy color: '#A0B26E'

red 160 ◦ green 178 ◦ blue 110

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

Shades of Olivine #A0B26E

Tints of Olivine #A0B26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.55%

R = 35.71%
G = 39.73%
B = 24.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#A0B26E (or 0xA0B26E) is known color: Olivine. HEX triplet: A0, B2 and 6E. RGB value is (160,178,110). Sum of RGB (Red+Green+Blue) = 160+178+110=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B26E is #5F4D91. Grayscale: #A5A5A5. Windows color (decimal): -6245778 or 7254688. OLE color: 7254688.

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

Color convert

RGB 160 178 110 -
CMYK 0.10 0 0.38 0.30
HSL 75.88º 0.31% 0.56% -
HSV(B) 75.88º 0.38% 0.7% -
XYZ 33.23 40.44 20.81 -
YUV 164.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 160 178 110 0.10 0 0.38 0.30 75.88 0.31 0.56
Hex A0 B2 6E A 0 26 1E 4C 1F 38
Octal 240 262 156 12 0 46 36 114 37 70
Binary 10100000 10110010 1101110 1010 0 100110 11110 1001100 11111 111000

Color Harmonies of #A0B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B26E

Black with #A0B26E

Text Example


Text Example

White with #A0B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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