Html Css Color HEX #A6BE68 Olivine

📋 copy color: '#A6BE68'

red 166 ◦ green 190 ◦ blue 104

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

Shades of Olivine #A6BE68

Tints of Olivine #A6BE68

RGB

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

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

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

R = 36.09%
G = 41.3%
B = 22.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#A6BE68 (or 0xA6BE68) is known color: Olivine. HEX triplet: A6, BE and 68. RGB value is (166,190,104). Sum of RGB (Red+Green+Blue) = 166+190+104=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE68 is #594197. Grayscale: #ADADAD. Windows color (decimal): -5849496 or 6864550. OLE color: 6864550.

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

Color convert

RGB 166 190 104 -
CMYK 0.13 0 0.45 0.25
HSL 76.74º 0.4% 0.58% -
HSV(B) 76.74º 0.45% 0.75% -
XYZ 36.64 45.93 20.03 -
YUV 173.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 166 190 104 0.13 0 0.45 0.25 76.74 0.4 0.58
Hex A6 BE 68 D 0 2D 19 4D 28 3A
Octal 246 276 150 15 0 55 31 115 50 72
Binary 10100110 10111110 1101000 1101 0 101101 11001 1001101 101000 111010

Color Harmonies of #A6BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE68

Black with #A6BE68

Text Example


Text Example

White with #A6BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE68; }

 p { color: rgb(166,190,104); }

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

background-color css

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

 a { background-color: rgb(166,190,104); }

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

border-color css

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

 span { border-color: rgb(166,190,104); }

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