Html Css Color HEX #A2B97B Olivine

📋 copy color: '#A2B97B'

red 162 ◦ green 185 ◦ blue 123

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

Shades of Olivine #A2B97B

Tints of Olivine #A2B97B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 123 (48.44% from 255) = 26.17%

R = 34.47%
G = 39.36%
B = 26.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#A2B97B (or 0xA2B97B) is known color: Olivine. HEX triplet: A2, B9 and 7B. RGB value is (162,185,123). Sum of RGB (Red+Green+Blue) = 162+185+123=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B97B is #5D4684. Grayscale: #ABABAB. Windows color (decimal): -6112901 or 8108450. OLE color: 8108450.

HSL color Cylindrical-coordinate representation of color #A2B97B: hue angle of 82.26º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2B97B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 123 -
CMYK 0.12 0 0.34 0.27
HSL 82.26º 0.31% 0.6% -
HSV(B) 82.26º 0.34% 0.73% -
XYZ 35.82 43.81 25.31 -
YUV 171.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 162 185 123 0.12 0 0.34 0.27 82.26 0.31 0.6
Hex A2 B9 7B C 0 22 1B 52 1F 3C
Octal 242 271 173 14 0 42 33 122 37 74
Binary 10100010 10111001 1111011 1100 0 100010 11011 1010010 11111 111100

Color Harmonies of #A2B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B97B

Black with #A2B97B

Text Example


Text Example

White with #A2B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B97B; }

 p { color: rgb(162,185,123); }

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

background-color css

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

 a { background-color: rgb(162,185,123); }

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

border-color css

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

 span { border-color: rgb(162,185,123); }

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