Html Css Color HEX #A6C274 Olivine

📋 copy color: '#A6C274'

red 166 ◦ green 194 ◦ blue 116

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

Shades of Olivine #A6C274

Tints of Olivine #A6C274

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 34.87%
G = 40.76%
B = 24.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#A6C274 (or 0xA6C274) is known color: Olivine. HEX triplet: A6, C2 and 74. RGB value is (166,194,116). Sum of RGB (Red+Green+Blue) = 166+194+116=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C274 is #593D8B. Grayscale: #B1B1B1. Windows color (decimal): -5848460 or 7652006. OLE color: 7652006.

HSL color Cylindrical-coordinate representation of color #A6C274: hue angle of 81.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6C274 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 116 -
CMYK 0.14 0 0.40 0.24
HSL 81.54º 0.39% 0.61% -
HSV(B) 81.54º 0.4% 0.76% -
XYZ 38.17 47.95 23.77 -
YUV 176.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 166 194 116 0.14 0 0.40 0.24 81.54 0.39 0.61
Hex A6 C2 74 E 0 28 18 52 27 3D
Octal 246 302 164 16 0 50 30 122 47 75
Binary 10100110 11000010 1110100 1110 0 101000 11000 1010010 100111 111101

Color Harmonies of #A6C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C274

Black with #A6C274

Text Example


Text Example

White with #A6C274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C274; }

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

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

background-color css

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

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

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

border-color css

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

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

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