Html Css Color HEX #A2BC70 Olivine

📋 copy color: '#A2BC70'

red 162 ◦ green 188 ◦ blue 112

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

Shades of Olivine #A2BC70

Tints of Olivine #A2BC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 35.06%
G = 40.69%
B = 24.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A2BC70 (or 0xA2BC70) is known color: Olivine. HEX triplet: A2, BC and 70. RGB value is (162,188,112). Sum of RGB (Red+Green+Blue) = 162+188+112=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC70 is #5D438F. Grayscale: #ABABAB. Windows color (decimal): -6112144 or 7388322. OLE color: 7388322.

HSL color Cylindrical-coordinate representation of color #A2BC70: hue angle of 80.53º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2BC70 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 112 -
CMYK 0.14 0 0.40 0.26
HSL 80.53º 0.36% 0.59% -
HSV(B) 80.53º 0.4% 0.74% -
XYZ 35.81 44.82 22.09 -
YUV 171.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 162 188 112 0.14 0 0.40 0.26 80.53 0.36 0.59
Hex A2 BC 70 E 0 28 1A 51 24 3B
Octal 242 274 160 16 0 50 32 121 44 73
Binary 10100010 10111100 1110000 1110 0 101000 11010 1010001 100100 111011

Color Harmonies of #A2BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC70

Black with #A2BC70

Text Example


Text Example

White with #A2BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC70; }

 p { color: rgb(162,188,112); }

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

background-color css

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

 a { background-color: rgb(162,188,112); }

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

border-color css

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

 span { border-color: rgb(162,188,112); }

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