Html Css Color HEX #849F64 Chelsea Cucumber

📋 copy color: '#849F64'

red 132 ◦ green 159 ◦ blue 100

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

Shades of Chelsea Cucumber #849F64

Tints of Chelsea Cucumber #849F64

RGB

 RED value IS 132 (51.95% from 255) = 33.76%

 GREEN value IS 159 (62.5% from 255) = 40.66%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 33.76%
G = 40.66%
B = 25.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#849F64 (or 0x849F64) is known color: Chelsea Cucumber. HEX triplet: 84, 9F and 64. RGB value is (132,159,100). Sum of RGB (Red+Green+Blue) = 132+159+100=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #849F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F64 is #7B609B. Grayscale: #909090. Windows color (decimal): -8085660 or 6594436. OLE color: 6594436.

HSL color Cylindrical-coordinate representation of color #849F64: hue angle of 87.46º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849F64 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 159 100 -
CMYK 0.17 0 0.37 0.38
HSL 87.46º 0.24% 0.51% -
HSV(B) 87.46º 0.37% 0.62% -
XYZ 24.21 30.62 16.69 -
YUV 144.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 132 159 100 0.17 0 0.37 0.38 87.46 0.24 0.51
Hex 84 9F 64 11 0 25 26 57 18 33
Octal 204 237 144 21 0 45 46 127 30 63
Binary 10000100 10011111 1100100 10001 0 100101 100110 1010111 11000 110011

Color Harmonies of #849F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849F64

Black with #849F64

Text Example


Text Example

White with #849F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849F64; }

 p { color: rgb(132,159,100); }

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

background-color css

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

 a { background-color: rgb(132,159,100); }

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

border-color css

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

 span { border-color: rgb(132,159,100); }

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