Html Css Color HEX #A1B36E Olivine

📋 copy color: '#A1B36E'

red 161 ◦ green 179 ◦ blue 110

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

Shades of Olivine #A1B36E

Tints of Olivine #A1B36E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.78%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 35.78%
G = 39.78%
B = 24.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#A1B36E (or 0xA1B36E) is known color: Olivine. HEX triplet: A1, B3 and 6E. RGB value is (161,179,110). Sum of RGB (Red+Green+Blue) = 161+179+110=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B36E is #5E4C91. Grayscale: #A6A6A6. Windows color (decimal): -6179986 or 7254945. OLE color: 7254945.

HSL color Cylindrical-coordinate representation of color #A1B36E: hue angle of 75.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1B36E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 110 -
CMYK 0.10 0 0.39 0.30
HSL 75.65º 0.31% 0.57% -
HSV(B) 75.65º 0.39% 0.7% -
XYZ 33.63 40.94 20.88 -
YUV 165.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 161 179 110 0.10 0 0.39 0.30 75.65 0.31 0.57
Hex A1 B3 6E A 0 27 1E 4C 1F 39
Octal 241 263 156 12 0 47 36 114 37 71
Binary 10100001 10110011 1101110 1010 0 100111 11110 1001100 11111 111001

Color Harmonies of #A1B36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B36E

Black with #A1B36E

Text Example


Text Example

White with #A1B36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B36E; }

 p { color: rgb(161,179,110); }

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

background-color css

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

 a { background-color: rgb(161,179,110); }

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

border-color css

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

 span { border-color: rgb(161,179,110); }

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