Html Css Color HEX #A3C369 Olivine

📋 copy color: '#A3C369'

red 163 ◦ green 195 ◦ blue 105

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

Shades of Olivine #A3C369

Tints of Olivine #A3C369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.12%

 BLUE value IS 105 (41.41% from 255) = 22.68%

R = 35.21%
G = 42.12%
B = 22.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#A3C369 (or 0xA3C369) is known color: Olivine. HEX triplet: A3, C3 and 69. RGB value is (163,195,105). Sum of RGB (Red+Green+Blue) = 163+195+105=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C369 is #5C3C96. Grayscale: #AFAFAF. Windows color (decimal): -6044823 or 6931363. OLE color: 6931363.

HSL color Cylindrical-coordinate representation of color #A3C369: hue angle of 81.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3C369 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 195 105 -
CMYK 0.16 0 0.46 0.24
HSL 81.33º 0.43% 0.59% -
HSV(B) 81.33º 0.46% 0.76% -
XYZ 37.17 47.84 20.64 -
YUV 175.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 163 195 105 0.16 0 0.46 0.24 81.33 0.43 0.59
Hex A3 C3 69 10 0 2E 18 51 2B 3B
Octal 243 303 151 20 0 56 30 121 53 73
Binary 10100011 11000011 1101001 10000 0 101110 11000 1010001 101011 111011

Color Harmonies of #A3C369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C369

Black with #A3C369

Text Example


Text Example

White with #A3C369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C369; }

 p { color: rgb(163,195,105); }

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

background-color css

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

 a { background-color: rgb(163,195,105); }

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

border-color css

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

 span { border-color: rgb(163,195,105); }

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