Html Css Color HEX #A2C967 Olivine

📋 copy color: '#A2C967'

red 162 ◦ green 201 ◦ blue 103

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

Shades of Olivine #A2C967

Tints of Olivine #A2C967

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.13%

 BLUE value IS 103 (40.63% from 255) = 22.1%

R = 34.76%
G = 43.13%
B = 22.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#A2C967 (or 0xA2C967) is known color: Olivine. HEX triplet: A2, C9 and 67. RGB value is (162,201,103). Sum of RGB (Red+Green+Blue) = 162+201+103=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C967 is #5D3698. Grayscale: #B2B2B2. Windows color (decimal): -6108825 or 6801826. OLE color: 6801826.

HSL color Cylindrical-coordinate representation of color #A2C967: hue angle of 83.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2C967 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 201 103 -
CMYK 0.19 0 0.49 0.21
HSL 83.88º 0.48% 0.6% -
HSV(B) 83.88º 0.49% 0.79% -
XYZ 38.24 50.43 20.55 -
YUV 178.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 162 201 103 0.19 0 0.49 0.21 83.88 0.48 0.6
Hex A2 C9 67 13 0 31 15 54 30 3C
Octal 242 311 147 23 0 61 25 124 60 74
Binary 10100010 11001001 1100111 10011 0 110001 10101 1010100 110000 111100

Color Harmonies of #A2C967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C967

Black with #A2C967

Text Example


Text Example

White with #A2C967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C967; }

 p { color: rgb(162,201,103); }

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

background-color css

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

 a { background-color: rgb(162,201,103); }

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

border-color css

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

 span { border-color: rgb(162,201,103); }

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