Html Css Color HEX #A6C874 Olivine

📋 copy color: '#A6C874'

red 166 ◦ green 200 ◦ blue 116

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

Shades of Olivine #A6C874

Tints of Olivine #A6C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 116 (45.7% from 255) = 24.07%

R = 34.44%
G = 41.49%
B = 24.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#A6C874 (or 0xA6C874) is known color: Olivine. HEX triplet: A6, C8 and 74. RGB value is (166,200,116). Sum of RGB (Red+Green+Blue) = 166+200+116=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C874 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C874 is #59378B. Grayscale: #B4B4B4. Windows color (decimal): -5846924 or 7653542. OLE color: 7653542.

HSL color Cylindrical-coordinate representation of color #A6C874: hue angle of 84.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6C874 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 200 116 -
CMYK 0.17 0 0.42 0.22
HSL 84.29º 0.43% 0.62% -
HSV(B) 84.29º 0.42% 0.78% -
XYZ 39.53 50.68 24.22 -
YUV 180.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 166 200 116 0.17 0 0.42 0.22 84.29 0.43 0.62
Hex A6 C8 74 11 0 2A 16 54 2B 3E
Octal 246 310 164 21 0 52 26 124 53 76
Binary 10100110 11001000 1110100 10001 0 101010 10110 1010100 101011 111110

Color Harmonies of #A6C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C874

Black with #A6C874

Text Example


Text Example

White with #A6C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C874; }

 p { color: rgb(166,200,116); }

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

background-color css

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

 a { background-color: rgb(166,200,116); }

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

border-color css

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

 span { border-color: rgb(166,200,116); }

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