Html Css Color HEX #A2BE6D Olivine

📋 copy color: '#A2BE6D'

red 162 ◦ green 190 ◦ blue 109

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

Shades of Olivine #A2BE6D

Tints of Olivine #A2BE6D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 109 (42.97% from 255) = 23.64%

R = 35.14%
G = 41.21%
B = 23.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A2BE6D (or 0xA2BE6D) is known color: Olivine. HEX triplet: A2, BE and 6D. RGB value is (162,190,109). Sum of RGB (Red+Green+Blue) = 162+190+109=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE6D is #5D4192. Grayscale: #ACACAC. Windows color (decimal): -6111635 or 7192226. OLE color: 7192226.

HSL color Cylindrical-coordinate representation of color #A2BE6D: hue angle of 80.74º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2BE6D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 109 -
CMYK 0.15 0 0.43 0.25
HSL 80.74º 0.38% 0.59% -
HSV(B) 80.74º 0.43% 0.75% -
XYZ 36.07 45.61 21.37 -
YUV 172.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 162 190 109 0.15 0 0.43 0.25 80.74 0.38 0.59
Hex A2 BE 6D F 0 2B 19 51 26 3B
Octal 242 276 155 17 0 53 31 121 46 73
Binary 10100010 10111110 1101101 1111 0 101011 11001 1010001 100110 111011

Color Harmonies of #A2BE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE6D

Black with #A2BE6D

Text Example


Text Example

White with #A2BE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE6D; }

 p { color: rgb(162,190,109); }

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

background-color css

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

 a { background-color: rgb(162,190,109); }

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

border-color css

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

 span { border-color: rgb(162,190,109); }

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