Html Css Color HEX #A8C56C Olivine

📋 copy color: '#A8C56C'

red 168 ◦ green 197 ◦ blue 108

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

Shades of Olivine #A8C56C

Tints of Olivine #A8C56C

RGB

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

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

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

R = 35.52%
G = 41.65%
B = 22.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#A8C56C (or 0xA8C56C) is known color: Olivine. HEX triplet: A8, C5 and 6C. RGB value is (168,197,108). Sum of RGB (Red+Green+Blue) = 168+197+108=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C56C is #573A93. Grayscale: #B2B2B2. Windows color (decimal): -5716628 or 7128488. OLE color: 7128488.

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

Color convert

RGB 168 197 108 -
CMYK 0.15 0 0.45 0.23
HSL 79.55º 0.43% 0.6% -
HSV(B) 79.55º 0.45% 0.77% -
XYZ 38.82 49.34 21.66 -
YUV 178.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 168 197 108 0.15 0 0.45 0.23 79.55 0.43 0.6
Hex A8 C5 6C F 0 2D 17 50 2B 3C
Octal 250 305 154 17 0 55 27 120 53 74
Binary 10101000 11000101 1101100 1111 0 101101 10111 1010000 101011 111100

Color Harmonies of #A8C56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C56C

Black with #A8C56C

Text Example


Text Example

White with #A8C56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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