Html Css Color HEX #818963 Bitter

📋 copy color: '#818963'

red 129 ◦ green 137 ◦ blue 99

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

Shades of Bitter #818963

Tints of Bitter #818963

RGB

 RED value IS 129 (50.78% from 255) = 35.34%

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 35.34%
G = 37.53%
B = 27.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#818963 (or 0x818963) is known color: Bitter. HEX triplet: 81, 89 and 63. RGB value is (129,137,99). Sum of RGB (Red+Green+Blue) = 129+137+99=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #818963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818963 is #7E769C. Grayscale: #828282. Windows color (decimal): -8287901 or 6523265. OLE color: 6523265.

HSL color Cylindrical-coordinate representation of color #818963: hue angle of 72.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #818963 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 99 -
CMYK 0.06 0 0.28 0.46
HSL 72.63º 0.16% 0.46% -
HSV(B) 72.63º 0.28% 0.54% -
XYZ 20.25 23.46 15.27 -
YUV 130.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 129 137 99 0.06 0 0.28 0.46 72.63 0.16 0.46
Hex 81 89 63 6 0 1C 2E 49 10 2E
Octal 201 211 143 6 0 34 56 111 20 56
Binary 10000001 10001001 1100011 110 0 11100 101110 1001001 10000 101110

Color Harmonies of #818963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818963

Black with #818963

Text Example


Text Example

White with #818963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818963; }

 p { color: rgb(129,137,99); }

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

background-color css

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

 a { background-color: rgb(129,137,99); }

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

border-color css

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

 span { border-color: rgb(129,137,99); }

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