Html Css Color HEX #A3CC76 Olivine

📋 copy color: '#A3CC76'

red 163 ◦ green 204 ◦ blue 118

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

Shades of Olivine #A3CC76

Tints of Olivine #A3CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 33.61%
G = 42.06%
B = 24.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#A3CC76 (or 0xA3CC76) is known color: Olivine. HEX triplet: A3, CC and 76. RGB value is (163,204,118). Sum of RGB (Red+Green+Blue) = 163+204+118=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC76 is #5C3389. Grayscale: #B6B6B6. Windows color (decimal): -6042506 or 7785635. OLE color: 7785635.

HSL color Cylindrical-coordinate representation of color #A3CC76: hue angle of 88.6º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3CC76 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 204 118 -
CMYK 0.20 0 0.42 0.2
HSL 88.6º 0.46% 0.63% -
HSV(B) 88.6º 0.42% 0.8% -
XYZ 39.97 52.28 25.12 -
YUV 181.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 163 204 118 0.20 0 0.42 0.2 88.6 0.46 0.63
Hex A3 CC 76 14 0 2A 14 59 2E 3F
Octal 243 314 166 24 0 52 24 131 56 77
Binary 10100011 11001100 1110110 10100 0 101010 10100 1011001 101110 111111

Color Harmonies of #A3CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CC76

Black with #A3CC76

Text Example


Text Example

White with #A3CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CC76; }

 p { color: rgb(163,204,118); }

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

background-color css

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

 a { background-color: rgb(163,204,118); }

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

border-color css

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

 span { border-color: rgb(163,204,118); }

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