Html Css Color HEX #A2B275 Olivine

📋 copy color: '#A2B275'

red 162 ◦ green 178 ◦ blue 117

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

Shades of Olivine #A2B275

Tints of Olivine #A2B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

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

R = 35.45%
G = 38.95%
B = 25.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#A2B275 (or 0xA2B275) is known color: Olivine. HEX triplet: A2, B2 and 75. RGB value is (162,178,117). Sum of RGB (Red+Green+Blue) = 162+178+117=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B275 is #5D4D8A. Grayscale: #A6A6A6. Windows color (decimal): -6114699 or 7713442. OLE color: 7713442.

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

Color convert

RGB 162 178 117 -
CMYK 0.09 0 0.34 0.30
HSL 75.74º 0.28% 0.58% -
HSV(B) 75.74º 0.34% 0.7% -
XYZ 34.03 40.81 22.91 -
YUV 166.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 162 178 117 0.09 0 0.34 0.30 75.74 0.28 0.58
Hex A2 B2 75 9 0 22 1E 4C 1C 3A
Octal 242 262 165 11 0 42 36 114 34 72
Binary 10100010 10110010 1110101 1001 0 100010 11110 1001100 11100 111010

Color Harmonies of #A2B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B275

Black with #A2B275

Text Example


Text Example

White with #A2B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B275; }

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

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

background-color css

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

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

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

border-color css

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

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

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