Html Css Color HEX #A1B372 Olivine

📋 copy color: '#A1B372'

red 161 ◦ green 179 ◦ blue 114

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

Shades of Olivine #A1B372

Tints of Olivine #A1B372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 35.46%
G = 39.43%
B = 25.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#A1B372 (or 0xA1B372) is known color: Olivine. HEX triplet: A1, B3 and 72. RGB value is (161,179,114). Sum of RGB (Red+Green+Blue) = 161+179+114=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B372 is #5E4C8D. Grayscale: #A6A6A6. Windows color (decimal): -6179982 or 7517089. OLE color: 7517089.

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

Color convert

RGB 161 179 114 -
CMYK 0.10 0 0.36 0.30
HSL 76.62º 0.3% 0.57% -
HSV(B) 76.62º 0.36% 0.7% -
XYZ 33.86 41.03 22.06 -
YUV 166.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 161 179 114 0.10 0 0.36 0.30 76.62 0.3 0.57
Hex A1 B3 72 A 0 24 1E 4D 1E 39
Octal 241 263 162 12 0 44 36 115 36 71
Binary 10100001 10110011 1110010 1010 0 100100 11110 1001101 11110 111001

Color Harmonies of #A1B372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B372

Black with #A1B372

Text Example


Text Example

White with #A1B372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B372; }

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

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

background-color css

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

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

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

border-color css

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

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

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