Html Css Color HEX #A6CA6D Olivine

📋 copy color: '#A6CA6D'

red 166 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A6CA6D

Tints of Olivine #A6CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 34.8%
G = 42.35%
B = 22.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A6CA6D (or 0xA6CA6D) is known color: Olivine. HEX triplet: A6, CA and 6D. RGB value is (166,202,109). Sum of RGB (Red+Green+Blue) = 166+202+109=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6D is #593592. Grayscale: #B4B4B4. Windows color (decimal): -5846419 or 7195302. OLE color: 7195302.

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

Color convert

RGB 166 202 109 -
CMYK 0.18 0 0.46 0.21
HSL 83.23º 0.47% 0.61% -
HSV(B) 83.23º 0.46% 0.79% -
XYZ 39.61 51.45 22.31 -
YUV 180.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 166 202 109 0.18 0 0.46 0.21 83.23 0.47 0.61
Hex A6 CA 6D 12 0 2E 15 53 2F 3D
Octal 246 312 155 22 0 56 25 123 57 75
Binary 10100110 11001010 1101101 10010 0 101110 10101 1010011 101111 111101

Color Harmonies of #A6CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA6D

Black with #A6CA6D

Text Example


Text Example

White with #A6CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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