Html Css Color HEX #A0BC68 Olivine

📋 copy color: '#A0BC68'

red 160 ◦ green 188 ◦ blue 104

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

Shades of Olivine #A0BC68

Tints of Olivine #A0BC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 35.4%
G = 41.59%
B = 23.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#A0BC68 (or 0xA0BC68) is known color: Olivine. HEX triplet: A0, BC and 68. RGB value is (160,188,104). Sum of RGB (Red+Green+Blue) = 160+188+104=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC68 is #5F4397. Grayscale: #AAAAAA. Windows color (decimal): -6243224 or 6864032. OLE color: 6864032.

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

Color convert

RGB 160 188 104 -
CMYK 0.15 0 0.45 0.26
HSL 80º 0.39% 0.57% -
HSV(B) 80º 0.45% 0.74% -
XYZ 34.98 44.44 19.83 -
YUV 170.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 160 188 104 0.15 0 0.45 0.26 80 0.39 0.57
Hex A0 BC 68 F 0 2D 1A 50 27 39
Octal 240 274 150 17 0 55 32 120 47 71
Binary 10100000 10111100 1101000 1111 0 101101 11010 1010000 100111 111001

Color Harmonies of #A0BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC68

Black with #A0BC68

Text Example


Text Example

White with #A0BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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