Html Css Color HEX #A1B476 Olivine

📋 copy color: '#A1B476'

red 161 ◦ green 180 ◦ blue 118

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

Shades of Olivine #A1B476

Tints of Olivine #A1B476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.22%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 35.08%
G = 39.22%
B = 25.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#A1B476 (or 0xA1B476) is known color: Olivine. HEX triplet: A1, B4 and 76. RGB value is (161,180,118). Sum of RGB (Red+Green+Blue) = 161+180+118=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B476 is #5E4B89. Grayscale: #A7A7A7. Windows color (decimal): -6179722 or 7779489. OLE color: 7779489.

HSL color Cylindrical-coordinate representation of color #A1B476: hue angle of 78.39º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1B476 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 118 -
CMYK 0.11 0 0.34 0.29
HSL 78.39º 0.29% 0.58% -
HSV(B) 78.39º 0.34% 0.71% -
XYZ 34.29 41.53 23.35 -
YUV 167.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 161 180 118 0.11 0 0.34 0.29 78.39 0.29 0.58
Hex A1 B4 76 B 0 22 1D 4E 1D 3A
Octal 241 264 166 13 0 42 35 116 35 72
Binary 10100001 10110100 1110110 1011 0 100010 11101 1001110 11101 111010

Color Harmonies of #A1B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B476

Black with #A1B476

Text Example


Text Example

White with #A1B476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B476; }

 p { color: rgb(161,180,118); }

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

background-color css

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

 a { background-color: rgb(161,180,118); }

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

border-color css

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

 span { border-color: rgb(161,180,118); }

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