Html Css Color HEX #A8C566 Olivine

📋 copy color: '#A8C566'

red 168 ◦ green 197 ◦ blue 102

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

Shades of Olivine #A8C566

Tints of Olivine #A8C566

RGB

 RED value IS 168 (66.02% from 255) = 35.97%

 GREEN value IS 197 (77.34% from 255) = 42.18%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 35.97%
G = 42.18%
B = 21.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#A8C566 (or 0xA8C566) is known color: Olivine. HEX triplet: A8, C5 and 66. RGB value is (168,197,102). Sum of RGB (Red+Green+Blue) = 168+197+102=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C566 is #573A99. Grayscale: #B1B1B1. Windows color (decimal): -5716634 or 6735272. OLE color: 6735272.

HSL color Cylindrical-coordinate representation of color #A8C566: hue angle of 78.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C566 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 102 -
CMYK 0.15 0 0.48 0.23
HSL 78.32º 0.45% 0.59% -
HSV(B) 78.32º 0.48% 0.77% -
XYZ 38.51 49.22 20.04 -
YUV 177.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 168 197 102 0.15 0 0.48 0.23 78.32 0.45 0.59
Hex A8 C5 66 F 0 30 17 4E 2D 3B
Octal 250 305 146 17 0 60 27 116 55 73
Binary 10101000 11000101 1100110 1111 0 110000 10111 1001110 101101 111011

Color Harmonies of #A8C566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C566

Black with #A8C566

Text Example


Text Example

White with #A8C566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C566; }

 p { color: rgb(168,197,102); }

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

background-color css

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

 a { background-color: rgb(168,197,102); }

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

border-color css

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

 span { border-color: rgb(168,197,102); }

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