Html Css Color HEX #A1BF6B Olivine

📋 copy color: '#A1BF6B'

red 161 ◦ green 191 ◦ blue 107

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

Shades of Olivine #A1BF6B

Tints of Olivine #A1BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.31%

R = 35.08%
G = 41.61%
B = 23.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#A1BF6B (or 0xA1BF6B) is known color: Olivine. HEX triplet: A1, BF and 6B. RGB value is (161,191,107). Sum of RGB (Red+Green+Blue) = 161+191+107=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF6B is #5E4094. Grayscale: #ACACAC. Windows color (decimal): -6176917 or 7061409. OLE color: 7061409.

HSL color Cylindrical-coordinate representation of color #A1BF6B: hue angle of 81.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1BF6B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 191 107 -
CMYK 0.16 0 0.44 0.25
HSL 81.43º 0.4% 0.58% -
HSV(B) 81.43º 0.44% 0.75% -
XYZ 35.98 45.9 20.87 -
YUV 172.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 161 191 107 0.16 0 0.44 0.25 81.43 0.4 0.58
Hex A1 BF 6B 10 0 2C 19 51 28 3A
Octal 241 277 153 20 0 54 31 121 50 72
Binary 10100001 10111111 1101011 10000 0 101100 11001 1010001 101000 111010

Color Harmonies of #A1BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BF6B

Black with #A1BF6B

Text Example


Text Example

White with #A1BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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