Html Css Color HEX #A1BB70 Olivine

📋 copy color: '#A1BB70'

red 161 ◦ green 187 ◦ blue 112

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

Shades of Olivine #A1BB70

Tints of Olivine #A1BB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 35%
G = 40.65%
B = 24.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#A1BB70 (or 0xA1BB70) is known color: Olivine. HEX triplet: A1, BB and 70. RGB value is (161,187,112). Sum of RGB (Red+Green+Blue) = 161+187+112=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BB70 is #5E448F. Grayscale: #AAAAAA. Windows color (decimal): -6177936 or 7388065. OLE color: 7388065.

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

Color convert

RGB 161 187 112 -
CMYK 0.14 0 0.40 0.27
HSL 80.8º 0.36% 0.59% -
HSV(B) 80.8º 0.4% 0.73% -
XYZ 35.39 44.29 22.01 -
YUV 170.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 161 187 112 0.14 0 0.40 0.27 80.8 0.36 0.59
Hex A1 BB 70 E 0 28 1B 51 24 3B
Octal 241 273 160 16 0 50 33 121 44 73
Binary 10100001 10111011 1110000 1110 0 101000 11011 1010001 100100 111011

Color Harmonies of #A1BB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB70

Black with #A1BB70

Text Example


Text Example

White with #A1BB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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