Html Css Color HEX #A2BC77 Olivine

📋 copy color: '#A2BC77'

red 162 ◦ green 188 ◦ blue 119

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

Shades of Olivine #A2BC77

Tints of Olivine #A2BC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 34.54%
G = 40.09%
B = 25.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#A2BC77 (or 0xA2BC77) is known color: Olivine. HEX triplet: A2, BC and 77. RGB value is (162,188,119). Sum of RGB (Red+Green+Blue) = 162+188+119=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC77 is #5D4388. Grayscale: #ACACAC. Windows color (decimal): -6112137 or 7847074. OLE color: 7847074.

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

Color convert

RGB 162 188 119 -
CMYK 0.14 0 0.37 0.26
HSL 82.61º 0.34% 0.6% -
HSV(B) 82.61º 0.37% 0.74% -
XYZ 36.21 44.98 24.23 -
YUV 172.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 162 188 119 0.14 0 0.37 0.26 82.61 0.34 0.6
Hex A2 BC 77 E 0 25 1A 53 22 3C
Octal 242 274 167 16 0 45 32 123 42 74
Binary 10100010 10111100 1110111 1110 0 100101 11010 1010011 100010 111100

Color Harmonies of #A2BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC77

Black with #A2BC77

Text Example


Text Example

White with #A2BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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