Html Css Color HEX #A2B281 Olivine

📋 copy color: '#A2B281'

red 162 ◦ green 178 ◦ blue 129

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

Shades of Olivine #A2B281

Tints of Olivine #A2B281

RGB

 RED value IS 162 (63.67% from 255) = 34.54%

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

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

R = 34.54%
G = 37.95%
B = 27.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#A2B281 (or 0xA2B281) is known color: Olivine. HEX triplet: A2, B2 and 81. RGB value is (162,178,129). Sum of RGB (Red+Green+Blue) = 162+178+129=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B281 is #5D4D7E. Grayscale: #A7A7A7. Windows color (decimal): -6114687 or 8499874. OLE color: 8499874.

HSL color Cylindrical-coordinate representation of color #A2B281: hue angle of 79.59º 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 #A2B281 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 129 -
CMYK 0.09 0 0.28 0.30
HSL 79.59º 0.24% 0.6% -
HSV(B) 79.59º 0.28% 0.7% -
XYZ 34.78 41.11 26.87 -
YUV 167.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 162 178 129 0.09 0 0.28 0.30 79.59 0.24 0.6
Hex A2 B2 81 9 0 1C 1E 50 18 3C
Octal 242 262 201 11 0 34 36 120 30 74
Binary 10100010 10110010 10000001 1001 0 11100 11110 1010000 11000 111100

Color Harmonies of #A2B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B281

Black with #A2B281

Text Example


Text Example

White with #A2B281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B281; }

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

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

background-color css

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

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

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

border-color css

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

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

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