Html Css Color HEX #A2BD6D Olivine

📋 copy color: '#A2BD6D'

red 162 ◦ green 189 ◦ blue 109

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

Shades of Olivine #A2BD6D

Tints of Olivine #A2BD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

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

R = 35.22%
G = 41.09%
B = 23.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A2BD6D (or 0xA2BD6D) is known color: Olivine. HEX triplet: A2, BD and 6D. RGB value is (162,189,109). Sum of RGB (Red+Green+Blue) = 162+189+109=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD6D is #5D4292. Grayscale: #ACACAC. Windows color (decimal): -6111891 or 7191970. OLE color: 7191970.

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

Color convert

RGB 162 189 109 -
CMYK 0.14 0 0.42 0.26
HSL 80.25º 0.38% 0.58% -
HSV(B) 80.25º 0.42% 0.74% -
XYZ 35.86 45.18 21.3 -
YUV 171.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 162 189 109 0.14 0 0.42 0.26 80.25 0.38 0.58
Hex A2 BD 6D E 0 2A 1A 50 26 3A
Octal 242 275 155 16 0 52 32 120 46 72
Binary 10100010 10111101 1101101 1110 0 101010 11010 1010000 100110 111010

Color Harmonies of #A2BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD6D

Black with #A2BD6D

Text Example


Text Example

White with #A2BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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