Html Css Color HEX #A1B966 Olivine

📋 copy color: '#A1B966'

red 161 ◦ green 185 ◦ blue 102

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

Shades of Olivine #A1B966

Tints of Olivine #A1B966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.77%

R = 35.94%
G = 41.29%
B = 22.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#A1B966 (or 0xA1B966) is known color: Olivine. HEX triplet: A1, B9 and 66. RGB value is (161,185,102). Sum of RGB (Red+Green+Blue) = 161+185+102=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B966 is #5E4699. Grayscale: #A8A8A8. Windows color (decimal): -6178458 or 6732193. OLE color: 6732193.

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

Color convert

RGB 161 185 102 -
CMYK 0.13 0 0.45 0.27
HSL 77.35º 0.37% 0.56% -
HSV(B) 77.35º 0.45% 0.73% -
XYZ 34.45 43.23 19.1 -
YUV 168.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 161 185 102 0.13 0 0.45 0.27 77.35 0.37 0.56
Hex A1 B9 66 D 0 2D 1B 4D 25 38
Octal 241 271 146 15 0 55 33 115 45 70
Binary 10100001 10111001 1100110 1101 0 101101 11011 1001101 100101 111000

Color Harmonies of #A1B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B966

Black with #A1B966

Text Example


Text Example

White with #A1B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B966; }

 p { color: rgb(161,185,102); }

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

background-color css

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

 a { background-color: rgb(161,185,102); }

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

border-color css

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

 span { border-color: rgb(161,185,102); }

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