Html Css Color HEX #A6BC65 Olivine

📋 copy color: '#A6BC65'

red 166 ◦ green 188 ◦ blue 101

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

Shades of Olivine #A6BC65

Tints of Olivine #A6BC65

RGB

 RED value IS 166 (65.23% from 255) = 36.48%

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

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 36.48%
G = 41.32%
B = 22.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#A6BC65 (or 0xA6BC65) is known color: Olivine. HEX triplet: A6, BC and 65. RGB value is (166,188,101). Sum of RGB (Red+Green+Blue) = 166+188+101=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC65 is #59439A. Grayscale: #ABABAB. Windows color (decimal): -5850011 or 6667430. OLE color: 6667430.

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

Color convert

RGB 166 188 101 -
CMYK 0.12 0 0.46 0.26
HSL 75.17º 0.39% 0.57% -
HSV(B) 75.17º 0.46% 0.74% -
XYZ 36.06 45.01 19.1 -
YUV 171.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 166 188 101 0.12 0 0.46 0.26 75.17 0.39 0.57
Hex A6 BC 65 C 0 2E 1A 4B 27 39
Octal 246 274 145 14 0 56 32 113 47 71
Binary 10100110 10111100 1100101 1100 0 101110 11010 1001011 100111 111001

Color Harmonies of #A6BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC65

Black with #A6BC65

Text Example


Text Example

White with #A6BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC65; }

 p { color: rgb(166,188,101); }

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

background-color css

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

 a { background-color: rgb(166,188,101); }

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

border-color css

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

 span { border-color: rgb(166,188,101); }

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