Html Css Color HEX #A3CC6D Olivine

📋 copy color: '#A3CC6D'

red 163 ◦ green 204 ◦ blue 109

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

Shades of Olivine #A3CC6D

Tints of Olivine #A3CC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 34.24%
G = 42.86%
B = 22.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#A3CC6D (or 0xA3CC6D) is known color: Olivine. HEX triplet: A3, CC and 6D. RGB value is (163,204,109). Sum of RGB (Red+Green+Blue) = 163+204+109=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CC6D is #5C3392. Grayscale: #B5B5B5. Windows color (decimal): -6042515 or 7195811. OLE color: 7195811.

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

Color convert

RGB 163 204 109 -
CMYK 0.20 0 0.47 0.2
HSL 85.89º 0.48% 0.61% -
HSV(B) 85.89º 0.47% 0.8% -
XYZ 39.46 52.08 22.44 -
YUV 180.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 163 204 109 0.20 0 0.47 0.2 85.89 0.48 0.61
Hex A3 CC 6D 14 0 2F 14 56 30 3D
Octal 243 314 155 24 0 57 24 126 60 75
Binary 10100011 11001100 1101101 10100 0 101111 10100 1010110 110000 111101

Color Harmonies of #A3CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CC6D

Black with #A3CC6D

Text Example


Text Example

White with #A3CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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