Html Css Color HEX #A2B277 Olivine

📋 copy color: '#A2B277'

red 162 ◦ green 178 ◦ blue 119

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

Shades of Olivine #A2B277

Tints of Olivine #A2B277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.93%

R = 35.29%
G = 38.78%
B = 25.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A2B277 (or 0xA2B277) is known color: Olivine. HEX triplet: A2, B2 and 77. RGB value is (162,178,119). Sum of RGB (Red+Green+Blue) = 162+178+119=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B277 is #5D4D88. Grayscale: #A6A6A6. Windows color (decimal): -6114697 or 7844514. OLE color: 7844514.

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

Color convert

RGB 162 178 119 -
CMYK 0.09 0 0.33 0.30
HSL 76.27º 0.28% 0.58% -
HSV(B) 76.27º 0.33% 0.7% -
XYZ 34.15 40.85 23.54 -
YUV 166.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 162 178 119 0.09 0 0.33 0.30 76.27 0.28 0.58
Hex A2 B2 77 9 0 21 1E 4C 1C 3A
Octal 242 262 167 11 0 41 36 114 34 72
Binary 10100010 10110010 1110111 1001 0 100001 11110 1001100 11100 111010

Color Harmonies of #A2B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B277

Black with #A2B277

Text Example


Text Example

White with #A2B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B277; }

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

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

background-color css

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

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

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

border-color css

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

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

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