Html Css Color HEX #A2B878 Olivine

📋 copy color: '#A2B878'

red 162 ◦ green 184 ◦ blue 120

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

Shades of Olivine #A2B878

Tints of Olivine #A2B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.48%

 BLUE value IS 120 (47.27% from 255) = 25.75%

R = 34.76%
G = 39.48%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#A2B878 (or 0xA2B878) is known color: Olivine. HEX triplet: A2, B8 and 78. RGB value is (162,184,120). Sum of RGB (Red+Green+Blue) = 162+184+120=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B878 is #5D4787. Grayscale: #AAAAAA. Windows color (decimal): -6113160 or 7911586. OLE color: 7911586.

HSL color Cylindrical-coordinate representation of color #A2B878: hue angle of 80.62º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B878 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 120 -
CMYK 0.12 0 0.35 0.28
HSL 80.63º 0.31% 0.6% -
HSV(B) 80.63º 0.35% 0.72% -
XYZ 35.43 43.32 24.26 -
YUV 170.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 162 184 120 0.12 0 0.35 0.28 80.63 0.31 0.6
Hex A2 B8 78 C 0 23 1C 51 1F 3C
Octal 242 270 170 14 0 43 34 121 37 74
Binary 10100010 10111000 1111000 1100 0 100011 11100 1010001 11111 111100

Color Harmonies of #A2B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B878

Black with #A2B878

Text Example


Text Example

White with #A2B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B878; }

 p { color: rgb(162,184,120); }

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

background-color css

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

 a { background-color: rgb(162,184,120); }

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

border-color css

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

 span { border-color: rgb(162,184,120); }

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