Html Css Color HEX #A2C065 Olivine

📋 copy color: '#A2C065'

red 162 ◦ green 192 ◦ blue 101

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

Shades of Olivine #A2C065

Tints of Olivine #A2C065

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

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

R = 35.6%
G = 42.2%
B = 22.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A2C065 (or 0xA2C065) is known color: Olivine. HEX triplet: A2, C0 and 65. RGB value is (162,192,101). Sum of RGB (Red+Green+Blue) = 162+192+101=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C065 is #5D3F9A. Grayscale: #ACACAC. Windows color (decimal): -6111131 or 6668450. OLE color: 6668450.

HSL color Cylindrical-coordinate representation of color #A2C065: hue angle of 79.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2C065 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 101 -
CMYK 0.16 0 0.47 0.25
HSL 79.78º 0.42% 0.57% -
HSV(B) 79.78º 0.47% 0.75% -
XYZ 36.1 46.32 19.35 -
YUV 172.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 162 192 101 0.16 0 0.47 0.25 79.78 0.42 0.57
Hex A2 C0 65 10 0 2F 19 50 2A 39
Octal 242 300 145 20 0 57 31 120 52 71
Binary 10100010 11000000 1100101 10000 0 101111 11001 1010000 101010 111001

Color Harmonies of #A2C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C065

Black with #A2C065

Text Example


Text Example

White with #A2C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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