Html Css Color HEX #A6CA6B Olivine

📋 copy color: '#A6CA6B'

red 166 ◦ green 202 ◦ blue 107

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

Shades of Olivine #A6CA6B

Tints of Olivine #A6CA6B

RGB

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

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

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

R = 34.95%
G = 42.53%
B = 22.53%

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

#A6CA6B (or 0xA6CA6B) is known color: Olivine. HEX triplet: A6, CA and 6B. RGB value is (166,202,107). Sum of RGB (Red+Green+Blue) = 166+202+107=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA6B is #593594. Grayscale: #B4B4B4. Windows color (decimal): -5846421 or 7064230. OLE color: 7064230.

HSL color Cylindrical-coordinate representation of color #A6CA6B: hue angle of 82.74º 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 #A6CA6B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 107 -
CMYK 0.18 0 0.47 0.21
HSL 82.74º 0.47% 0.61% -
HSV(B) 82.74º 0.47% 0.79% -
XYZ 39.5 51.41 21.75 -
YUV 180.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 166 202 107 0.18 0 0.47 0.21 82.74 0.47 0.61
Hex A6 CA 6B 12 0 2F 15 53 2F 3D
Octal 246 312 153 22 0 57 25 123 57 75
Binary 10100110 11001010 1101011 10010 0 101111 10101 1010011 101111 111101

Color Harmonies of #A6CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA6B

Black with #A6CA6B

Text Example


Text Example

White with #A6CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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