Html Css Color HEX #A3C066 Olivine

📋 copy color: '#A3C066'

red 163 ◦ green 192 ◦ blue 102

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

Shades of Olivine #A3C066

Tints of Olivine #A3C066

RGB

 RED value IS 163 (64.06% from 255) = 35.67%

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

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 35.67%
G = 42.01%
B = 22.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#A3C066 (or 0xA3C066) is known color: Olivine. HEX triplet: A3, C0 and 66. RGB value is (163,192,102). Sum of RGB (Red+Green+Blue) = 163+192+102=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C066 is #5C3F99. Grayscale: #ADADAD. Windows color (decimal): -6045594 or 6733987. OLE color: 6733987.

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

Color convert

RGB 163 192 102 -
CMYK 0.15 0 0.47 0.25
HSL 79.33º 0.42% 0.58% -
HSV(B) 79.33º 0.47% 0.75% -
XYZ 36.35 46.45 19.62 -
YUV 173.07 87.89 120.82 -
System Red Green Blue C M Y K H S L
Decimal 163 192 102 0.15 0 0.47 0.25 79.33 0.42 0.58
Hex A3 C0 66 F 0 2F 19 4F 2A 3A
Octal 243 300 146 17 0 57 31 117 52 72
Binary 10100011 11000000 1100110 1111 0 101111 11001 1001111 101010 111010

Color Harmonies of #A3C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C066

Black with #A3C066

Text Example


Text Example

White with #A3C066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C066; }

 p { color: rgb(163,192,102); }

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

background-color css

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

 a { background-color: rgb(163,192,102); }

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

border-color css

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

 span { border-color: rgb(163,192,102); }

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