Html Css Color HEX #A2C867 Olivine

📋 copy color: '#A2C867'

red 162 ◦ green 200 ◦ blue 103

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

Shades of Olivine #A2C867

Tints of Olivine #A2C867

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 34.84%
G = 43.01%
B = 22.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#A2C867 (or 0xA2C867) is known color: Olivine. HEX triplet: A2, C8 and 67. RGB value is (162,200,103). Sum of RGB (Red+Green+Blue) = 162+200+103=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C867 is #5D3798. Grayscale: #B1B1B1. Windows color (decimal): -6109081 or 6801570. OLE color: 6801570.

HSL color Cylindrical-coordinate representation of color #A2C867: hue angle of 83.51º degrees, saturation: 0.47, 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 #A2C867 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 200 103 -
CMYK 0.19 0 0.48 0.22
HSL 83.51º 0.47% 0.59% -
HSV(B) 83.51º 0.49% 0.78% -
XYZ 38 49.97 20.47 -
YUV 177.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 162 200 103 0.19 0 0.48 0.22 83.51 0.47 0.59
Hex A2 C8 67 13 0 30 16 54 2F 3B
Octal 242 310 147 23 0 60 26 124 57 73
Binary 10100010 11001000 1100111 10011 0 110000 10110 1010100 101111 111011

Color Harmonies of #A2C867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C867

Black with #A2C867

Text Example


Text Example

White with #A2C867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C867; }

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

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

background-color css

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

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

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

border-color css

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

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

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