#848650

Color #848650 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #848650

Tints of Kokoda #848650

Color information

#848650 (or 0x848650) is unknown color: approx Kokoda. HEX triplet: 84, 86 and 50. RGB value is (132,134,80). Sum of RGB (Red+Green+Blue) = 132+134+80=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #848650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848650 is #7B79AF. Grayscale: #7F7F7F. Windows color (decimal): -8092080 or 5277316. OLE color: 5277316.

HSL color Cylindrical-coordinate representation of color #848650: hue angle of 62.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848650 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13213480-
CMYK0.0100.400.47
HSL62.22º25.23%41.96%-
HSV(B)62.22º40.3%52.55%-
XYZ19.4922.5310.91-
YUV127.25101.34131.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=38.15%
G=38.73%
B=23.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134800.0100.400.4762.2225.2341.96
Hex84865010282F3e192a
Octal204206120105057763152
Binary100001001000011010100001010100010111111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848650; }

 p { color: rgb(132,134,80); }

 H1.HeaderClassName
 {
   color: #848650;
 }
 .AnyTagClassName
 {
   color: #848650;
 }
</style>
background-color css

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

 a { background-color: rgb(132,134,80); }

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

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

 span { border-color: rgb(132,134,80); }

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