Html Css Color HEX #A0B281 Olivine

📋 copy color: '#A0B281'

red 160 ◦ green 178 ◦ blue 129

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

Shades of Olivine #A0B281

Tints of Olivine #A0B281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 34.26%
G = 38.12%
B = 27.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A0B281 (or 0xA0B281) is known color: Olivine. HEX triplet: A0, B2 and 81. RGB value is (160,178,129). Sum of RGB (Red+Green+Blue) = 160+178+129=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B281 is #5F4D7E. Grayscale: #A7A7A7. Windows color (decimal): -6245759 or 8499872. OLE color: 8499872.

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

Color convert

RGB 160 178 129 -
CMYK 0.10 0 0.28 0.30
HSL 82.04º 0.24% 0.6% -
HSV(B) 82.04º 0.28% 0.7% -
XYZ 34.38 40.9 26.85 -
YUV 167.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 160 178 129 0.10 0 0.28 0.30 82.04 0.24 0.6
Hex A0 B2 81 A 0 1C 1E 52 18 3C
Octal 240 262 201 12 0 34 36 122 30 74
Binary 10100000 10110010 10000001 1010 0 11100 11110 1010010 11000 111100

Color Harmonies of #A0B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B281

Black with #A0B281

Text Example


Text Example

White with #A0B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B281; }

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

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

background-color css

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

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

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

border-color css

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

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

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