Html Css Color HEX #A8C363 Olivine

📋 copy color: '#A8C363'

red 168 ◦ green 195 ◦ blue 99

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

Shades of Olivine #A8C363

Tints of Olivine #A8C363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

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

R = 36.36%
G = 42.21%
B = 21.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#A8C363 (or 0xA8C363) is known color: Olivine. HEX triplet: A8, C3 and 63. RGB value is (168,195,99). Sum of RGB (Red+Green+Blue) = 168+195+99=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C363 is #573C9C. Grayscale: #B0B0B0. Windows color (decimal): -5717149 or 6538152. OLE color: 6538152.

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

Color convert

RGB 168 195 99 -
CMYK 0.14 0 0.49 0.24
HSL 76.88º 0.44% 0.58% -
HSV(B) 76.88º 0.49% 0.76% -
XYZ 37.92 48.26 19.12 -
YUV 175.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 168 195 99 0.14 0 0.49 0.24 76.88 0.44 0.58
Hex A8 C3 63 E 0 31 18 4D 2C 3A
Octal 250 303 143 16 0 61 30 115 54 72
Binary 10101000 11000011 1100011 1110 0 110001 11000 1001101 101100 111010

Color Harmonies of #A8C363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C363

Black with #A8C363

Text Example


Text Example

White with #A8C363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C363; }

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

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

background-color css

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

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

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

border-color css

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

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

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