Html Css Color HEX #A0BC69 Olivine

📋 copy color: '#A0BC69'

red 160 ◦ green 188 ◦ blue 105

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

Shades of Olivine #A0BC69

Tints of Olivine #A0BC69

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

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

R = 35.32%
G = 41.5%
B = 23.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A0BC69 (or 0xA0BC69) is known color: Olivine. HEX triplet: A0, BC and 69. RGB value is (160,188,105). Sum of RGB (Red+Green+Blue) = 160+188+105=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC69 is #5F4396. Grayscale: #AAAAAA. Windows color (decimal): -6243223 or 6929568. OLE color: 6929568.

HSL color Cylindrical-coordinate representation of color #A0BC69: hue angle of 80.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0BC69 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 105 -
CMYK 0.15 0 0.44 0.26
HSL 80.24º 0.38% 0.57% -
HSV(B) 80.24º 0.44% 0.74% -
XYZ 35.03 44.46 20.1 -
YUV 170.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 160 188 105 0.15 0 0.44 0.26 80.24 0.38 0.57
Hex A0 BC 69 F 0 2C 1A 50 26 39
Octal 240 274 151 17 0 54 32 120 46 71
Binary 10100000 10111100 1101001 1111 0 101100 11010 1010000 100110 111001

Color Harmonies of #A0BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC69

Black with #A0BC69

Text Example


Text Example

White with #A0BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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