Html Css Color HEX #A2BC6F Olivine

📋 copy color: '#A2BC6F'

red 162 ◦ green 188 ◦ blue 111

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

Shades of Olivine #A2BC6F

Tints of Olivine #A2BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 35.14%
G = 40.78%
B = 24.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A2BC6F (or 0xA2BC6F) is known color: Olivine. HEX triplet: A2, BC and 6F. RGB value is (162,188,111). Sum of RGB (Red+Green+Blue) = 162+188+111=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC6F is #5D4390. Grayscale: #ABABAB. Windows color (decimal): -6112145 or 7322786. OLE color: 7322786.

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

Color convert

RGB 162 188 111 -
CMYK 0.14 0 0.41 0.26
HSL 80.26º 0.36% 0.59% -
HSV(B) 80.26º 0.41% 0.74% -
XYZ 35.75 44.8 21.8 -
YUV 171.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 162 188 111 0.14 0 0.41 0.26 80.26 0.36 0.59
Hex A2 BC 6F E 0 29 1A 50 24 3B
Octal 242 274 157 16 0 51 32 120 44 73
Binary 10100010 10111100 1101111 1110 0 101001 11010 1010000 100100 111011

Color Harmonies of #A2BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC6F

Black with #A2BC6F

Text Example


Text Example

White with #A2BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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