Html Css Color HEX #A1B680 Olivine

📋 copy color: '#A1B680'

red 161 ◦ green 182 ◦ blue 128

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

Shades of Olivine #A1B680

Tints of Olivine #A1B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 34.18%
G = 38.64%
B = 27.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#A1B680 (or 0xA1B680) is known color: Olivine. HEX triplet: A1, B6 and 80. RGB value is (161,182,128). Sum of RGB (Red+Green+Blue) = 161+182+128=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B680 is #5E497F. Grayscale: #A9A9A9. Windows color (decimal): -6179200 or 8435361. OLE color: 8435361.

HSL color Cylindrical-coordinate representation of color #A1B680: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1B680 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 182 128 -
CMYK 0.12 0 0.30 0.29
HSL 83.33º 0.27% 0.61% -
HSV(B) 83.33º 0.3% 0.71% -
XYZ 35.32 42.59 26.78 -
YUV 169.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 161 182 128 0.12 0 0.30 0.29 83.33 0.27 0.61
Hex A1 B6 80 C 0 1E 1D 53 1B 3D
Octal 241 266 200 14 0 36 35 123 33 75
Binary 10100001 10110110 10000000 1100 0 11110 11101 1010011 11011 111101

Color Harmonies of #A1B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B680

Black with #A1B680

Text Example


Text Example

White with #A1B680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B680; }

 p { color: rgb(161,182,128); }

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

background-color css

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

 a { background-color: rgb(161,182,128); }

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

border-color css

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

 span { border-color: rgb(161,182,128); }

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