Html Css Color HEX #A3BC75 Olivine

📋 copy color: '#A3BC75'

red 163 ◦ green 188 ◦ blue 117

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

Shades of Olivine #A3BC75

Tints of Olivine #A3BC75

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 117 (46.09% from 255) = 25%

R = 34.83%
G = 40.17%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A3BC75 (or 0xA3BC75) is known color: Olivine. HEX triplet: A3, BC and 75. RGB value is (163,188,117). Sum of RGB (Red+Green+Blue) = 163+188+117=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC75 is #5C438A. Grayscale: #ACACAC. Windows color (decimal): -6046603 or 7716003. OLE color: 7716003.

HSL color Cylindrical-coordinate representation of color #A3BC75: hue angle of 81.13º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3BC75 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 117 -
CMYK 0.13 0 0.38 0.26
HSL 81.13º 0.35% 0.6% -
HSV(B) 81.13º 0.38% 0.74% -
XYZ 36.3 45.04 23.61 -
YUV 172.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 163 188 117 0.13 0 0.38 0.26 81.13 0.35 0.6
Hex A3 BC 75 D 0 26 1A 51 23 3C
Octal 243 274 165 15 0 46 32 121 43 74
Binary 10100011 10111100 1110101 1101 0 100110 11010 1010001 100011 111100

Color Harmonies of #A3BC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC75

Black with #A3BC75

Text Example


Text Example

White with #A3BC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC75; }

 p { color: rgb(163,188,117); }

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

background-color css

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

 a { background-color: rgb(163,188,117); }

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

border-color css

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

 span { border-color: rgb(163,188,117); }

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