Html Css Color HEX #A1BE69 Olivine

📋 copy color: '#A1BE69'

red 161 ◦ green 190 ◦ blue 105

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

Shades of Olivine #A1BE69

Tints of Olivine #A1BE69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 35.31%
G = 41.67%
B = 23.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#A1BE69 (or 0xA1BE69) is known color: Olivine. HEX triplet: A1, BE and 69. RGB value is (161,190,105). Sum of RGB (Red+Green+Blue) = 161+190+105=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE69 is #5E4196. Grayscale: #ABABAB. Windows color (decimal): -6177175 or 6930081. OLE color: 6930081.

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

Color convert

RGB 161 190 105 -
CMYK 0.15 0 0.45 0.25
HSL 80.47º 0.4% 0.58% -
HSV(B) 80.47º 0.45% 0.75% -
XYZ 35.66 45.42 20.25 -
YUV 171.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 161 190 105 0.15 0 0.45 0.25 80.47 0.4 0.58
Hex A1 BE 69 F 0 2D 19 50 28 3A
Octal 241 276 151 17 0 55 31 120 50 72
Binary 10100001 10111110 1101001 1111 0 101101 11001 1010000 101000 111010

Color Harmonies of #A1BE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE69

Black with #A1BE69

Text Example


Text Example

White with #A1BE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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