Html Css Color HEX #A1BE6C Olivine

📋 copy color: '#A1BE6C'

red 161 ◦ green 190 ◦ blue 108

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

Shades of Olivine #A1BE6C

Tints of Olivine #A1BE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

 BLUE value IS 108 (42.58% from 255) = 23.53%

R = 35.08%
G = 41.39%
B = 23.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#A1BE6C (or 0xA1BE6C) is known color: Olivine. HEX triplet: A1, BE and 6C. RGB value is (161,190,108). Sum of RGB (Red+Green+Blue) = 161+190+108=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE6C is #5E4193. Grayscale: #ACACAC. Windows color (decimal): -6177172 or 7126689. OLE color: 7126689.

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

Color convert

RGB 161 190 108 -
CMYK 0.15 0 0.43 0.25
HSL 81.22º 0.39% 0.58% -
HSV(B) 81.22º 0.43% 0.75% -
XYZ 35.82 45.49 21.08 -
YUV 171.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 161 190 108 0.15 0 0.43 0.25 81.22 0.39 0.58
Hex A1 BE 6C F 0 2B 19 51 27 3A
Octal 241 276 154 17 0 53 31 121 47 72
Binary 10100001 10111110 1101100 1111 0 101011 11001 1010001 100111 111010

Color Harmonies of #A1BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE6C

Black with #A1BE6C

Text Example


Text Example

White with #A1BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE6C; }

 p { color: rgb(161,190,108); }

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

background-color css

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

 a { background-color: rgb(161,190,108); }

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

border-color css

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

 span { border-color: rgb(161,190,108); }

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