Html Css Color HEX #A2B975 Olivine

📋 copy color: '#A2B975'

red 162 ◦ green 185 ◦ blue 117

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

Shades of Olivine #A2B975

Tints of Olivine #A2B975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 34.91%
G = 39.87%
B = 25.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A2B975 (or 0xA2B975) is known color: Olivine. HEX triplet: A2, B9 and 75. RGB value is (162,185,117). Sum of RGB (Red+Green+Blue) = 162+185+117=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B975 is #5D468A. Grayscale: #AAAAAA. Windows color (decimal): -6112907 or 7715234. OLE color: 7715234.

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

Color convert

RGB 162 185 117 -
CMYK 0.12 0 0.37 0.27
HSL 80.29º 0.33% 0.59% -
HSV(B) 80.29º 0.37% 0.73% -
XYZ 35.46 43.66 23.39 -
YUV 170.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 162 185 117 0.12 0 0.37 0.27 80.29 0.33 0.59
Hex A2 B9 75 C 0 25 1B 50 21 3B
Octal 242 271 165 14 0 45 33 120 41 73
Binary 10100010 10111001 1110101 1100 0 100101 11011 1010000 100001 111011

Color Harmonies of #A2B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B975

Black with #A2B975

Text Example


Text Example

White with #A2B975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B975; }

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

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

background-color css

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

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

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

border-color css

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

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

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