Html Css Color HEX #A2C665 Olivine

📋 copy color: '#A2C665'

red 162 ◦ green 198 ◦ blue 101

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

Shades of Olivine #A2C665

Tints of Olivine #A2C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 35.14%
G = 42.95%
B = 21.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#A2C665 (or 0xA2C665) is known color: Olivine. HEX triplet: A2, C6 and 65. RGB value is (162,198,101). Sum of RGB (Red+Green+Blue) = 162+198+101=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C665 is #5D399A. Grayscale: #B0B0B0. Windows color (decimal): -6109595 or 6669986. OLE color: 6669986.

HSL color Cylindrical-coordinate representation of color #A2C665: hue angle of 82.27º 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 #A2C665 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 101 -
CMYK 0.18 0 0.49 0.22
HSL 82.27º 0.46% 0.59% -
HSV(B) 82.27º 0.49% 0.78% -
XYZ 37.44 49.01 19.8 -
YUV 176.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 162 198 101 0.18 0 0.49 0.22 82.27 0.46 0.59
Hex A2 C6 65 12 0 31 16 52 2E 3B
Octal 242 306 145 22 0 61 26 122 56 73
Binary 10100010 11000110 1100101 10010 0 110001 10110 1010010 101110 111011

Color Harmonies of #A2C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C665

Black with #A2C665

Text Example


Text Example

White with #A2C665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C665; }

 p { color: rgb(162,198,101); }

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

background-color css

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

 a { background-color: rgb(162,198,101); }

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

border-color css

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

 span { border-color: rgb(162,198,101); }

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