Html Css Color HEX #A2BC7F Olivine

📋 copy color: '#A2BC7F'

red 162 ◦ green 188 ◦ blue 127

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

Shades of Olivine #A2BC7F

Tints of Olivine #A2BC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 33.96%
G = 39.41%
B = 26.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#A2BC7F (or 0xA2BC7F) is known color: Olivine. HEX triplet: A2, BC and 7F. RGB value is (162,188,127). Sum of RGB (Red+Green+Blue) = 162+188+127=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC7F is #5D4380. Grayscale: #ADADAD. Windows color (decimal): -6112129 or 8371362. OLE color: 8371362.

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

Color convert

RGB 162 188 127 -
CMYK 0.14 0 0.32 0.26
HSL 85.57º 0.31% 0.62% -
HSV(B) 85.57º 0.32% 0.74% -
XYZ 36.71 45.18 26.86 -
YUV 173.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 162 188 127 0.14 0 0.32 0.26 85.57 0.31 0.62
Hex A2 BC 7F E 0 20 1A 56 1F 3E
Octal 242 274 177 16 0 40 32 126 37 76
Binary 10100010 10111100 1111111 1110 0 100000 11010 1010110 11111 111110

Color Harmonies of #A2BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC7F

Black with #A2BC7F

Text Example


Text Example

White with #A2BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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