Html Css Color HEX #A0BE69 Olivine

📋 copy color: '#A0BE69'

red 160 ◦ green 190 ◦ blue 105

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

Shades of Olivine #A0BE69

Tints of Olivine #A0BE69

RGB

 RED value IS 160 (62.89% from 255) = 35.16%

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

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

R = 35.16%
G = 41.76%
B = 23.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#A0BE69 (or 0xA0BE69) is known color: Olivine. HEX triplet: A0, BE and 69. RGB value is (160,190,105). Sum of RGB (Red+Green+Blue) = 160+190+105=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE69 is #5F4196. Grayscale: #ABABAB. Windows color (decimal): -6242711 or 6930080. OLE color: 6930080.

HSL color Cylindrical-coordinate representation of color #A0BE69: hue angle of 81.18º 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 #A0BE69 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 105 -
CMYK 0.16 0 0.45 0.25
HSL 81.18º 0.4% 0.58% -
HSV(B) 81.18º 0.45% 0.75% -
XYZ 35.46 45.32 20.24 -
YUV 171.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 160 190 105 0.16 0 0.45 0.25 81.18 0.4 0.58
Hex A0 BE 69 10 0 2D 19 51 28 3A
Octal 240 276 151 20 0 55 31 121 50 72
Binary 10100000 10111110 1101001 10000 0 101101 11001 1010001 101000 111010

Color Harmonies of #A0BE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE69

Black with #A0BE69

Text Example


Text Example

White with #A0BE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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