Html Css Color HEX #818966 Bitter

📋 copy color: '#818966'

red 129 ◦ green 137 ◦ blue 102

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

Shades of Bitter #818966

Tints of Bitter #818966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 35.05%
G = 37.23%
B = 27.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#818966 (or 0x818966) is known color: Bitter. HEX triplet: 81, 89 and 66. RGB value is (129,137,102). Sum of RGB (Red+Green+Blue) = 129+137+102=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #818966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818966 is #7E7699. Grayscale: #828282. Windows color (decimal): -8287898 or 6719873. OLE color: 6719873.

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

Color convert

RGB 129 137 102 -
CMYK 0.06 0 0.26 0.46
HSL 73.71º 0.15% 0.47% -
HSV(B) 73.71º 0.26% 0.54% -
XYZ 20.4 23.52 16.03 -
YUV 130.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 129 137 102 0.06 0 0.26 0.46 73.71 0.15 0.47
Hex 81 89 66 6 0 1A 2E 4A F 2F
Octal 201 211 146 6 0 32 56 112 17 57
Binary 10000001 10001001 1100110 110 0 11010 101110 1001010 1111 101111

Color Harmonies of #818966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818966

Black with #818966

Text Example


Text Example

White with #818966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818966; }

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

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

background-color css

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

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

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

border-color css

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

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

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