Html Css Color HEX #A1BF5F Olivine

📋 copy color: '#A1BF5F'

red 161 ◦ green 191 ◦ blue 95

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

Shades of Olivine #A1BF5F

Tints of Olivine #A1BF5F

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 36.02%
G = 42.73%
B = 21.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#A1BF5F (or 0xA1BF5F) is known color: Olivine. HEX triplet: A1, BF and 5F. RGB value is (161,191,95). Sum of RGB (Red+Green+Blue) = 161+191+95=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF5F is #5E40A0. Grayscale: #ABABAB. Windows color (decimal): -6176929 or 6274977. OLE color: 6274977.

HSL color Cylindrical-coordinate representation of color #A1BF5F: hue angle of 78.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1BF5F is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 95 -
CMYK 0.16 0 0.50 0.25
HSL 78.75º 0.43% 0.56% -
HSV(B) 78.75º 0.5% 0.75% -
XYZ 35.39 45.66 17.78 -
YUV 171.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 161 191 95 0.16 0 0.50 0.25 78.75 0.43 0.56
Hex A1 BF 5F 10 0 32 19 4F 2B 38
Octal 241 277 137 20 0 62 31 117 53 70
Binary 10100001 10111111 1011111 10000 0 110010 11001 1001111 101011 111000

Color Harmonies of #A1BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF5F

Black with #A1BF5F

Text Example


Text Example

White with #A1BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF5F; }

 p { color: rgb(161,191,95); }

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

background-color css

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

 a { background-color: rgb(161,191,95); }

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

border-color css

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

 span { border-color: rgb(161,191,95); }

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