Html Css Color HEX #A2BD7C Olivine

📋 copy color: '#A2BD7C'

red 162 ◦ green 189 ◦ blue 124

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

Shades of Olivine #A2BD7C

Tints of Olivine #A2BD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 34.11%
G = 39.79%
B = 26.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A2BD7C (or 0xA2BD7C) is known color: Olivine. HEX triplet: A2, BD and 7C. RGB value is (162,189,124). Sum of RGB (Red+Green+Blue) = 162+189+124=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD7C is #5D4283. Grayscale: #ADADAD. Windows color (decimal): -6111876 or 8175010. OLE color: 8175010.

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

Color convert

RGB 162 189 124 -
CMYK 0.14 0 0.34 0.26
HSL 84.92º 0.33% 0.61% -
HSV(B) 84.92º 0.34% 0.74% -
XYZ 36.74 45.53 25.92 -
YUV 173.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 162 189 124 0.14 0 0.34 0.26 84.92 0.33 0.61
Hex A2 BD 7C E 0 22 1A 55 21 3D
Octal 242 275 174 16 0 42 32 125 41 75
Binary 10100010 10111101 1111100 1110 0 100010 11010 1010101 100001 111101

Color Harmonies of #A2BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD7C

Black with #A2BD7C

Text Example


Text Example

White with #A2BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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