Html Css Color HEX #A2B37C Olivine

📋 copy color: '#A2B37C'

red 162 ◦ green 179 ◦ blue 124

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

Shades of Olivine #A2B37C

Tints of Olivine #A2B37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.49%

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

R = 34.84%
G = 38.49%
B = 26.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#A2B37C (or 0xA2B37C) is known color: Olivine. HEX triplet: A2, B3 and 7C. RGB value is (162,179,124). Sum of RGB (Red+Green+Blue) = 162+179+124=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B37C is #5D4C83. Grayscale: #A7A7A7. Windows color (decimal): -6114436 or 8172450. OLE color: 8172450.

HSL color Cylindrical-coordinate representation of color #A2B37C: hue angle of 78.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B37C is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 179 124 -
CMYK 0.09 0 0.31 0.30
HSL 78.55º 0.27% 0.59% -
HSV(B) 78.55º 0.31% 0.7% -
XYZ 34.66 41.38 25.23 -
YUV 167.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 162 179 124 0.09 0 0.31 0.30 78.55 0.27 0.59
Hex A2 B3 7C 9 0 1F 1E 4F 1B 3B
Octal 242 263 174 11 0 37 36 117 33 73
Binary 10100010 10110011 1111100 1001 0 11111 11110 1001111 11011 111011

Color Harmonies of #A2B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B37C

Black with #A2B37C

Text Example


Text Example

White with #A2B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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