Html Css Color HEX #A1B277 Olivine

📋 copy color: '#A1B277'

red 161 ◦ green 178 ◦ blue 119

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

Shades of Olivine #A1B277

Tints of Olivine #A1B277

RGB

 RED value IS 161 (63.28% from 255) = 35.15%

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

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

R = 35.15%
G = 38.86%
B = 25.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#A1B277 (or 0xA1B277) is known color: Olivine. HEX triplet: A1, B2 and 77. RGB value is (161,178,119). Sum of RGB (Red+Green+Blue) = 161+178+119=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B277 is #5E4D88. Grayscale: #A6A6A6. Windows color (decimal): -6180233 or 7844513. OLE color: 7844513.

HSL color Cylindrical-coordinate representation of color #A1B277: hue angle of 77.29º 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 #A1B277 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 178 119 -
CMYK 0.10 0 0.33 0.30
HSL 77.29º 0.28% 0.58% -
HSV(B) 77.29º 0.33% 0.7% -
XYZ 33.95 40.75 23.53 -
YUV 166.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 161 178 119 0.10 0 0.33 0.30 77.29 0.28 0.58
Hex A1 B2 77 A 0 21 1E 4D 1C 3A
Octal 241 262 167 12 0 41 36 115 34 72
Binary 10100001 10110010 1110111 1010 0 100001 11110 1001101 11100 111010

Color Harmonies of #A1B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B277

Black with #A1B277

Text Example


Text Example

White with #A1B277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B277; }

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

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

background-color css

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

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

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

border-color css

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

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

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