Html Css Color HEX #A2BD6A Olivine

📋 copy color: '#A2BD6A'

red 162 ◦ green 189 ◦ blue 106

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

Shades of Olivine #A2BD6A

Tints of Olivine #A2BD6A

RGB

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

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

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

R = 35.45%
G = 41.36%
B = 23.19%

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

#A2BD6A (or 0xA2BD6A) is known color: Olivine. HEX triplet: A2, BD and 6A. RGB value is (162,189,106). Sum of RGB (Red+Green+Blue) = 162+189+106=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD6A is #5D4295. Grayscale: #ABABAB. Windows color (decimal): -6111894 or 6995362. OLE color: 6995362.

HSL color Cylindrical-coordinate representation of color #A2BD6A: hue angle of 79.52º degrees, saturation: 0.39, 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 #A2BD6A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 106 -
CMYK 0.14 0 0.44 0.26
HSL 79.52º 0.39% 0.58% -
HSV(B) 79.52º 0.44% 0.74% -
XYZ 35.7 45.12 20.46 -
YUV 171.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 162 189 106 0.14 0 0.44 0.26 79.52 0.39 0.58
Hex A2 BD 6A E 0 2C 1A 50 27 3A
Octal 242 275 152 16 0 54 32 120 47 72
Binary 10100010 10111101 1101010 1110 0 101100 11010 1010000 100111 111010

Color Harmonies of #A2BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD6A

Black with #A2BD6A

Text Example


Text Example

White with #A2BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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