Html Css Color HEX #A1BB61 Olivine

📋 copy color: '#A1BB61'

red 161 ◦ green 187 ◦ blue 97

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

Shades of Olivine #A1BB61

Tints of Olivine #A1BB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 97 (38.28% from 255) = 21.8%

R = 36.18%
G = 42.02%
B = 21.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A1BB61 (or 0xA1BB61) is known color: Olivine. HEX triplet: A1, BB and 61. RGB value is (161,187,97). Sum of RGB (Red+Green+Blue) = 161+187+97=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB61 is #5E449E. Grayscale: #A9A9A9. Windows color (decimal): -6177951 or 6405025. OLE color: 6405025.

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

Color convert

RGB 161 187 97 -
CMYK 0.14 0 0.48 0.27
HSL 77.33º 0.4% 0.56% -
HSV(B) 77.33º 0.48% 0.73% -
XYZ 34.63 43.98 17.97 -
YUV 168.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 161 187 97 0.14 0 0.48 0.27 77.33 0.4 0.56
Hex A1 BB 61 E 0 30 1B 4D 28 38
Octal 241 273 141 16 0 60 33 115 50 70
Binary 10100001 10111011 1100001 1110 0 110000 11011 1001101 101000 111000

Color Harmonies of #A1BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB61

Black with #A1BB61

Text Example


Text Example

White with #A1BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB61; }

 p { color: rgb(161,187,97); }

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

background-color css

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

 a { background-color: rgb(161,187,97); }

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

border-color css

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

 span { border-color: rgb(161,187,97); }

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