Html Css Color HEX #A3BD75 Olivine

📋 copy color: '#A3BD75'

red 163 ◦ green 189 ◦ blue 117

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

Shades of Olivine #A3BD75

Tints of Olivine #A3BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.3%

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

R = 34.75%
G = 40.3%
B = 24.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#A3BD75 (or 0xA3BD75) is known color: Olivine. HEX triplet: A3, BD and 75. RGB value is (163,189,117). Sum of RGB (Red+Green+Blue) = 163+189+117=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD75 is #5C428A. Grayscale: #ADADAD. Windows color (decimal): -6046347 or 7716259. OLE color: 7716259.

HSL color Cylindrical-coordinate representation of color #A3BD75: hue angle of 81.67º 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 #A3BD75 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 117 -
CMYK 0.14 0 0.38 0.26
HSL 81.67º 0.35% 0.6% -
HSV(B) 81.67º 0.38% 0.74% -
XYZ 36.51 45.47 23.68 -
YUV 173.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 163 189 117 0.14 0 0.38 0.26 81.67 0.35 0.6
Hex A3 BD 75 E 0 26 1A 52 23 3C
Octal 243 275 165 16 0 46 32 122 43 74
Binary 10100011 10111101 1110101 1110 0 100110 11010 1010010 100011 111100

Color Harmonies of #A3BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD75

Black with #A3BD75

Text Example


Text Example

White with #A3BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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