Html Css Color HEX #A2B380 Olivine

📋 copy color: '#A2B380'

red 162 ◦ green 179 ◦ blue 128

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

Shades of Olivine #A2B380

Tints of Olivine #A2B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 34.54%
G = 38.17%
B = 27.29%

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

#A2B380 (or 0xA2B380) is known color: Olivine. HEX triplet: A2, B3 and 80. RGB value is (162,179,128). Sum of RGB (Red+Green+Blue) = 162+179+128=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B380 is #5D4C7F. Grayscale: #A8A8A8. Windows color (decimal): -6114432 or 8434594. OLE color: 8434594.

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

Color convert

RGB 162 179 128 -
CMYK 0.09 0 0.28 0.30
HSL 80º 0.25% 0.6% -
HSV(B) 80º 0.28% 0.7% -
XYZ 34.92 41.48 26.59 -
YUV 168.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 162 179 128 0.09 0 0.28 0.30 80 0.25 0.6
Hex A2 B3 80 9 0 1C 1E 50 19 3C
Octal 242 263 200 11 0 34 36 120 31 74
Binary 10100010 10110011 10000000 1001 0 11100 11110 1010000 11001 111100

Color Harmonies of #A2B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B380

Black with #A2B380

Text Example


Text Example

White with #A2B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B380; }

 p { color: rgb(162,179,128); }

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

background-color css

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

 a { background-color: rgb(162,179,128); }

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

border-color css

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

 span { border-color: rgb(162,179,128); }

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