Html Css Color HEX #A2C165 Olivine

📋 copy color: '#A2C165'

red 162 ◦ green 193 ◦ blue 101

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

Shades of Olivine #A2C165

Tints of Olivine #A2C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

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

R = 35.53%
G = 42.32%
B = 22.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#A2C165 (or 0xA2C165) is known color: Olivine. HEX triplet: A2, C1 and 65. RGB value is (162,193,101). Sum of RGB (Red+Green+Blue) = 162+193+101=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C165 is #5D3E9A. Grayscale: #ADADAD. Windows color (decimal): -6110875 or 6668706. OLE color: 6668706.

HSL color Cylindrical-coordinate representation of color #A2C165: hue angle of 80.22º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2C165 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 101 -
CMYK 0.16 0 0.48 0.24
HSL 80.22º 0.43% 0.58% -
HSV(B) 80.22º 0.48% 0.76% -
XYZ 36.32 46.76 19.42 -
YUV 173.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 162 193 101 0.16 0 0.48 0.24 80.22 0.43 0.58
Hex A2 C1 65 10 0 30 18 50 2B 3A
Octal 242 301 145 20 0 60 30 120 53 72
Binary 10100010 11000001 1100101 10000 0 110000 11000 1010000 101011 111010

Color Harmonies of #A2C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C165

Black with #A2C165

Text Example


Text Example

White with #A2C165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C165; }

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

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

background-color css

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

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

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

border-color css

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

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

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