Html Css Color HEX #A2BC6A Olivine

📋 copy color: '#A2BC6A'

red 162 ◦ green 188 ◦ blue 106

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

Shades of Olivine #A2BC6A

Tints of Olivine #A2BC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 35.53%
G = 41.23%
B = 23.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A2BC6A (or 0xA2BC6A) is known color: Olivine. HEX triplet: A2, BC and 6A. RGB value is (162,188,106). Sum of RGB (Red+Green+Blue) = 162+188+106=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC6A is #5D4395. Grayscale: #ABABAB. Windows color (decimal): -6112150 or 6995106. OLE color: 6995106.

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

Color convert

RGB 162 188 106 -
CMYK 0.14 0 0.44 0.26
HSL 79.02º 0.38% 0.58% -
HSV(B) 79.02º 0.44% 0.74% -
XYZ 35.49 44.69 20.39 -
YUV 170.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 162 188 106 0.14 0 0.44 0.26 79.02 0.38 0.58
Hex A2 BC 6A E 0 2C 1A 4F 26 3A
Octal 242 274 152 16 0 54 32 117 46 72
Binary 10100010 10111100 1101010 1110 0 101100 11010 1001111 100110 111010

Color Harmonies of #A2BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC6A

Black with #A2BC6A

Text Example


Text Example

White with #A2BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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