Html Css Color HEX #A3BB75 Olivine

📋 copy color: '#A3BB75'

red 163 ◦ green 187 ◦ blue 117

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

Shades of Olivine #A3BB75

Tints of Olivine #A3BB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.04%

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

R = 34.9%
G = 40.04%
B = 25.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A3BB75 (or 0xA3BB75) is known color: Olivine. HEX triplet: A3, BB and 75. RGB value is (163,187,117). Sum of RGB (Red+Green+Blue) = 163+187+117=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BB75 is #5C448A. Grayscale: #ACACAC. Windows color (decimal): -6046859 or 7715747. OLE color: 7715747.

HSL color Cylindrical-coordinate representation of color #A3BB75: hue angle of 80.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3BB75 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 117 -
CMYK 0.13 0 0.37 0.27
HSL 80.57º 0.34% 0.6% -
HSV(B) 80.57º 0.37% 0.73% -
XYZ 36.09 44.61 23.54 -
YUV 171.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 163 187 117 0.13 0 0.37 0.27 80.57 0.34 0.6
Hex A3 BB 75 D 0 25 1B 51 22 3C
Octal 243 273 165 15 0 45 33 121 42 74
Binary 10100011 10111011 1110101 1101 0 100101 11011 1010001 100010 111100

Color Harmonies of #A3BB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BB75

Black with #A3BB75

Text Example


Text Example

White with #A3BB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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