Html Css Color HEX #A6CA6C Olivine

📋 copy color: '#A6CA6C'

red 166 ◦ green 202 ◦ blue 108

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

Shades of Olivine #A6CA6C

Tints of Olivine #A6CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.44%

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 34.87%
G = 42.44%
B = 22.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#A6CA6C (or 0xA6CA6C) is known color: Olivine. HEX triplet: A6, CA and 6C. RGB value is (166,202,108). Sum of RGB (Red+Green+Blue) = 166+202+108=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6C is #593593. Grayscale: #B4B4B4. Windows color (decimal): -5846420 or 7129766. OLE color: 7129766.

HSL color Cylindrical-coordinate representation of color #A6CA6C: hue angle of 82.98º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6CA6C is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 108 -
CMYK 0.18 0 0.47 0.21
HSL 82.98º 0.47% 0.61% -
HSV(B) 82.98º 0.47% 0.79% -
XYZ 39.55 51.43 22.03 -
YUV 180.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 166 202 108 0.18 0 0.47 0.21 82.98 0.47 0.61
Hex A6 CA 6C 12 0 2F 15 53 2F 3D
Octal 246 312 154 22 0 57 25 123 57 75
Binary 10100110 11001010 1101100 10010 0 101111 10101 1010011 101111 111101

Color Harmonies of #A6CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA6C

Black with #A6CA6C

Text Example


Text Example

White with #A6CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA6C; }

 p { color: rgb(166,202,108); }

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

background-color css

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

 a { background-color: rgb(166,202,108); }

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

border-color css

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

 span { border-color: rgb(166,202,108); }

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