Html Css Color HEX #A2C067 Olivine

📋 copy color: '#A2C067'

red 162 ◦ green 192 ◦ blue 103

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

Shades of Olivine #A2C067

Tints of Olivine #A2C067

RGB

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

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

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

R = 35.45%
G = 42.01%
B = 22.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#A2C067 (or 0xA2C067) is known color: Olivine. HEX triplet: A2, C0 and 67. RGB value is (162,192,103). Sum of RGB (Red+Green+Blue) = 162+192+103=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C067 is #5D3F98. Grayscale: #ADADAD. Windows color (decimal): -6111129 or 6799522. OLE color: 6799522.

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

Color convert

RGB 162 192 103 -
CMYK 0.16 0 0.46 0.25
HSL 80.22º 0.41% 0.58% -
HSV(B) 80.22º 0.46% 0.75% -
XYZ 36.2 46.36 19.87 -
YUV 172.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 162 192 103 0.16 0 0.46 0.25 80.22 0.41 0.58
Hex A2 C0 67 10 0 2E 19 50 29 3A
Octal 242 300 147 20 0 56 31 120 51 72
Binary 10100010 11000000 1100111 10000 0 101110 11001 1010000 101001 111010

Color Harmonies of #A2C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C067

Black with #A2C067

Text Example


Text Example

White with #A2C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C067; }

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

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

background-color css

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

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

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

border-color css

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

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

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