Html Css Color HEX #A8C263 Olivine

📋 copy color: '#A8C263'

red 168 ◦ green 194 ◦ blue 99

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

Shades of Olivine #A8C263

Tints of Olivine #A8C263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

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

R = 36.44%
G = 42.08%
B = 21.48%

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

#A8C263 (or 0xA8C263) is known color: Olivine. HEX triplet: A8, C2 and 63. RGB value is (168,194,99). Sum of RGB (Red+Green+Blue) = 168+194+99=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C263 is #573D9C. Grayscale: #AFAFAF. Windows color (decimal): -5717405 or 6537896. OLE color: 6537896.

HSL color Cylindrical-coordinate representation of color #A8C263: hue angle of 76.42º degrees, saturation: 0.44, 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 #A8C263 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 99 -
CMYK 0.13 0 0.49 0.24
HSL 76.42º 0.44% 0.57% -
HSV(B) 76.42º 0.49% 0.76% -
XYZ 37.69 47.81 19.05 -
YUV 175.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 168 194 99 0.13 0 0.49 0.24 76.42 0.44 0.57
Hex A8 C2 63 D 0 31 18 4C 2C 39
Octal 250 302 143 15 0 61 30 114 54 71
Binary 10101000 11000010 1100011 1101 0 110001 11000 1001100 101100 111001

Color Harmonies of #A8C263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C263

Black with #A8C263

Text Example


Text Example

White with #A8C263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C263; }

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

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

background-color css

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

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

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

border-color css

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

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

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