Html Css Color HEX #A2CA6B Olivine

📋 copy color: '#A2CA6B'

red 162 ◦ green 202 ◦ blue 107

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

Shades of Olivine #A2CA6B

Tints of Olivine #A2CA6B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 34.39%
G = 42.89%
B = 22.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A2CA6B (or 0xA2CA6B) is known color: Olivine. HEX triplet: A2, CA and 6B. RGB value is (162,202,107). Sum of RGB (Red+Green+Blue) = 162+202+107=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA6B is #5D3594. Grayscale: #B3B3B3. Windows color (decimal): -6108565 or 7064226. OLE color: 7064226.

HSL color Cylindrical-coordinate representation of color #A2CA6B: hue angle of 85.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2CA6B is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 202 107 -
CMYK 0.20 0 0.47 0.21
HSL 85.26º 0.47% 0.61% -
HSV(B) 85.26º 0.47% 0.79% -
XYZ 38.67 50.98 21.71 -
YUV 179.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 162 202 107 0.20 0 0.47 0.21 85.26 0.47 0.61
Hex A2 CA 6B 14 0 2F 15 55 2F 3D
Octal 242 312 153 24 0 57 25 125 57 75
Binary 10100010 11001010 1101011 10100 0 101111 10101 1010101 101111 111101

Color Harmonies of #A2CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CA6B

Black with #A2CA6B

Text Example


Text Example

White with #A2CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CA6B; }

 p { color: rgb(162,202,107); }

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

background-color css

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

 a { background-color: rgb(162,202,107); }

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

border-color css

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

 span { border-color: rgb(162,202,107); }

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