Html Css Color HEX #A1B87B Olivine

📋 copy color: '#A1B87B'

red 161 ◦ green 184 ◦ blue 123

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

Shades of Olivine #A1B87B

Tints of Olivine #A1B87B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 34.4%
G = 39.32%
B = 26.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#A1B87B (or 0xA1B87B) is known color: Olivine. HEX triplet: A1, B8 and 7B. RGB value is (161,184,123). Sum of RGB (Red+Green+Blue) = 161+184+123=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B87B is #5E4784. Grayscale: #AAAAAA. Windows color (decimal): -6178693 or 8108193. OLE color: 8108193.

HSL color Cylindrical-coordinate representation of color #A1B87B: hue angle of 82.62º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1B87B is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 184 123 -
CMYK 0.12 0 0.33 0.28
HSL 82.62º 0.3% 0.6% -
HSV(B) 82.62º 0.33% 0.72% -
XYZ 35.41 43.29 25.23 -
YUV 170.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 161 184 123 0.12 0 0.33 0.28 82.62 0.3 0.6
Hex A1 B8 7B C 0 21 1C 53 1E 3C
Octal 241 270 173 14 0 41 34 123 36 74
Binary 10100001 10111000 1111011 1100 0 100001 11100 1010011 11110 111100

Color Harmonies of #A1B87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B87B

Black with #A1B87B

Text Example


Text Example

White with #A1B87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B87B; }

 p { color: rgb(161,184,123); }

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

background-color css

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

 a { background-color: rgb(161,184,123); }

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

border-color css

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

 span { border-color: rgb(161,184,123); }

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