Html Css Color HEX #A8C064 Olivine

📋 copy color: '#A8C064'

red 168 ◦ green 192 ◦ blue 100

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

Shades of Olivine #A8C064

Tints of Olivine #A8C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 36.52%
G = 41.74%
B = 21.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#A8C064 (or 0xA8C064) is known color: Olivine. HEX triplet: A8, C0 and 64. RGB value is (168,192,100). Sum of RGB (Red+Green+Blue) = 168+192+100=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C064 is #573F9B. Grayscale: #AEAEAE. Windows color (decimal): -5717916 or 6602920. OLE color: 6602920.

HSL color Cylindrical-coordinate representation of color #A8C064: hue angle of 75.65º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8C064 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 100 -
CMYK 0.12 0 0.48 0.25
HSL 75.65º 0.42% 0.57% -
HSV(B) 75.65º 0.48% 0.75% -
XYZ 37.3 46.94 19.15 -
YUV 174.34 86.05 123.48 -
System Red Green Blue C M Y K H S L
Decimal 168 192 100 0.12 0 0.48 0.25 75.65 0.42 0.57
Hex A8 C0 64 C 0 30 19 4C 2A 39
Octal 250 300 144 14 0 60 31 114 52 71
Binary 10101000 11000000 1100100 1100 0 110000 11001 1001100 101010 111001

Color Harmonies of #A8C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C064

Black with #A8C064

Text Example


Text Example

White with #A8C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C064; }

 p { color: rgb(168,192,100); }

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

background-color css

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

 a { background-color: rgb(168,192,100); }

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

border-color css

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

 span { border-color: rgb(168,192,100); }

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