Html Css Color HEX #859455 Chelsea Cucumber

📋 copy color: '#859455'

red 133 ◦ green 148 ◦ blue 85

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

Shades of Chelsea Cucumber #859455

Tints of Chelsea Cucumber #859455

RGB

 RED value IS 133 (52.34% from 255) = 36.34%

 GREEN value IS 148 (58.2% from 255) = 40.44%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 36.34%
G = 40.44%
B = 23.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#859455 (or 0x859455) is known color: Chelsea Cucumber. HEX triplet: 85, 94 and 55. RGB value is (133,148,85). Sum of RGB (Red+Green+Blue) = 133+148+85=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #859455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859455 is #7A6BAA. Grayscale: #888888. Windows color (decimal): -8022955 or 5608581. OLE color: 5608581.

HSL color Cylindrical-coordinate representation of color #859455: hue angle of 74.29º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859455 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 85 -
CMYK 0.10 0 0.43 0.42
HSL 74.29º 0.27% 0.46% -
HSV(B) 74.29º 0.43% 0.58% -
XYZ 21.9 26.82 12.62 -
YUV 136.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 133 148 85 0.10 0 0.43 0.42 74.29 0.27 0.46
Hex 85 94 55 A 0 2B 2A 4A 1B 2E
Octal 205 224 125 12 0 53 52 112 33 56
Binary 10000101 10010100 1010101 1010 0 101011 101010 1001010 11011 101110

Color Harmonies of #859455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859455

Black with #859455

Text Example


Text Example

White with #859455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859455; }

 p { color: rgb(133,148,85); }

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

background-color css

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

 a { background-color: rgb(133,148,85); }

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

border-color css

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

 span { border-color: rgb(133,148,85); }

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