Html Css Color HEX #A1BA77 Olivine

📋 copy color: '#A1BA77'

red 161 ◦ green 186 ◦ blue 119

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

Shades of Olivine #A1BA77

Tints of Olivine #A1BA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 34.55%
G = 39.91%
B = 25.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A1BA77 (or 0xA1BA77) is known color: Olivine. HEX triplet: A1, BA and 77. RGB value is (161,186,119). Sum of RGB (Red+Green+Blue) = 161+186+119=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA77 is #5E4588. Grayscale: #ABABAB. Windows color (decimal): -6178185 or 7846561. OLE color: 7846561.

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

Color convert

RGB 161 186 119 -
CMYK 0.13 0 0.36 0.27
HSL 82.39º 0.33% 0.6% -
HSV(B) 82.39º 0.36% 0.73% -
XYZ 35.59 44.03 24.08 -
YUV 170.89 98.72 120.95 -
System Red Green Blue C M Y K H S L
Decimal 161 186 119 0.13 0 0.36 0.27 82.39 0.33 0.6
Hex A1 BA 77 D 0 24 1B 52 21 3C
Octal 241 272 167 15 0 44 33 122 41 74
Binary 10100001 10111010 1110111 1101 0 100100 11011 1010010 100001 111100

Color Harmonies of #A1BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA77

Black with #A1BA77

Text Example


Text Example

White with #A1BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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