Html Css Color HEX #A8C163 Olivine

📋 copy color: '#A8C163'

red 168 ◦ green 193 ◦ blue 99

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

Shades of Olivine #A8C163

Tints of Olivine #A8C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 99 (39.06% from 255) = 21.52%

R = 36.52%
G = 41.96%
B = 21.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A8C163 (or 0xA8C163) is known color: Olivine. HEX triplet: A8, C1 and 63. RGB value is (168,193,99). Sum of RGB (Red+Green+Blue) = 168+193+99=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C163 is #573E9C. Grayscale: #AFAFAF. Windows color (decimal): -5717661 or 6537640. OLE color: 6537640.

HSL color Cylindrical-coordinate representation of color #A8C163: hue angle of 75.96º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8C163 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 193 99 -
CMYK 0.13 0 0.49 0.24
HSL 75.96º 0.43% 0.57% -
HSV(B) 75.96º 0.49% 0.76% -
XYZ 37.47 47.37 18.97 -
YUV 174.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 168 193 99 0.13 0 0.49 0.24 75.96 0.43 0.57
Hex A8 C1 63 D 0 31 18 4C 2B 39
Octal 250 301 143 15 0 61 30 114 53 71
Binary 10101000 11000001 1100011 1101 0 110001 11000 1001100 101011 111001

Color Harmonies of #A8C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C163

Black with #A8C163

Text Example


Text Example

White with #A8C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C163; }

 p { color: rgb(168,193,99); }

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

background-color css

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

 a { background-color: rgb(168,193,99); }

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

border-color css

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

 span { border-color: rgb(168,193,99); }

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