Html Css Color HEX #A6CC6B Olivine

📋 copy color: '#A6CC6B'

red 166 ◦ green 204 ◦ blue 107

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

Shades of Olivine #A6CC6B

Tints of Olivine #A6CC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 34.8%
G = 42.77%
B = 22.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#A6CC6B (or 0xA6CC6B) is known color: Olivine. HEX triplet: A6, CC and 6B. RGB value is (166,204,107). Sum of RGB (Red+Green+Blue) = 166+204+107=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC6B is #593394. Grayscale: #B5B5B5. Windows color (decimal): -5845909 or 7064742. OLE color: 7064742.

HSL color Cylindrical-coordinate representation of color #A6CC6B: hue angle of 83.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6CC6B is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 107 -
CMYK 0.19 0 0.48 0.2
HSL 83.51º 0.49% 0.61% -
HSV(B) 83.51º 0.48% 0.8% -
XYZ 39.97 52.35 21.91 -
YUV 181.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 166 204 107 0.19 0 0.48 0.2 83.51 0.49 0.61
Hex A6 CC 6B 13 0 30 14 54 31 3D
Octal 246 314 153 23 0 60 24 124 61 75
Binary 10100110 11001100 1101011 10011 0 110000 10100 1010100 110001 111101

Color Harmonies of #A6CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC6B

Black with #A6CC6B

Text Example


Text Example

White with #A6CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC6B; }

 p { color: rgb(166,204,107); }

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

background-color css

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

 a { background-color: rgb(166,204,107); }

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

border-color css

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

 span { border-color: rgb(166,204,107); }

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