Html Css Color HEX #A2C86C Olivine

📋 copy color: '#A2C86C'

red 162 ◦ green 200 ◦ blue 108

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

Shades of Olivine #A2C86C

Tints of Olivine #A2C86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 108 (42.58% from 255) = 22.98%

R = 34.47%
G = 42.55%
B = 22.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#A2C86C (or 0xA2C86C) is known color: Olivine. HEX triplet: A2, C8 and 6C. RGB value is (162,200,108). Sum of RGB (Red+Green+Blue) = 162+200+108=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C86C is #5D3793. Grayscale: #B2B2B2. Windows color (decimal): -6109076 or 7129250. OLE color: 7129250.

HSL color Cylindrical-coordinate representation of color #A2C86C: hue angle of 84.78º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2C86C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 108 -
CMYK 0.19 0 0.46 0.22
HSL 84.78º 0.46% 0.6% -
HSV(B) 84.78º 0.46% 0.78% -
XYZ 38.26 50.07 21.84 -
YUV 178.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 162 200 108 0.19 0 0.46 0.22 84.78 0.46 0.6
Hex A2 C8 6C 13 0 2E 16 55 2E 3C
Octal 242 310 154 23 0 56 26 125 56 74
Binary 10100010 11001000 1101100 10011 0 101110 10110 1010101 101110 111100

Color Harmonies of #A2C86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C86C

Black with #A2C86C

Text Example


Text Example

White with #A2C86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C86C; }

 p { color: rgb(162,200,108); }

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

background-color css

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

 a { background-color: rgb(162,200,108); }

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

border-color css

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

 span { border-color: rgb(162,200,108); }

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