Html Css Color HEX #A2C766 Olivine

📋 copy color: '#A2C766'

red 162 ◦ green 199 ◦ blue 102

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

Shades of Olivine #A2C766

Tints of Olivine #A2C766

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.98%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 34.99%
G = 42.98%
B = 22.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A2C766 (or 0xA2C766) is known color: Olivine. HEX triplet: A2, C7 and 66. RGB value is (162,199,102). Sum of RGB (Red+Green+Blue) = 162+199+102=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C766 is #5D3899. Grayscale: #B1B1B1. Windows color (decimal): -6109338 or 6735778. OLE color: 6735778.

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

Color convert

RGB 162 199 102 -
CMYK 0.19 0 0.49 0.22
HSL 82.89º 0.46% 0.59% -
HSV(B) 82.89º 0.49% 0.78% -
XYZ 37.72 49.49 20.13 -
YUV 176.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 162 199 102 0.19 0 0.49 0.22 82.89 0.46 0.59
Hex A2 C7 66 13 0 31 16 53 2E 3B
Octal 242 307 146 23 0 61 26 123 56 73
Binary 10100010 11000111 1100110 10011 0 110001 10110 1010011 101110 111011

Color Harmonies of #A2C766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C766

Black with #A2C766

Text Example


Text Example

White with #A2C766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C766; }

 p { color: rgb(162,199,102); }

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

background-color css

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

 a { background-color: rgb(162,199,102); }

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

border-color css

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

 span { border-color: rgb(162,199,102); }

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