Html Css Color HEX #859A53 Chelsea Cucumber

📋 copy color: '#859A53'

red 133 ◦ green 154 ◦ blue 83

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

Shades of Chelsea Cucumber #859A53

Tints of Chelsea Cucumber #859A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 35.95%
G = 41.62%
B = 22.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#859A53 (or 0x859A53) is known color: Chelsea Cucumber. HEX triplet: 85, 9A and 53. RGB value is (133,154,83). Sum of RGB (Red+Green+Blue) = 133+154+83=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #859A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A53 is #7A65AC. Grayscale: #8B8B8B. Windows color (decimal): -8021421 or 5479045. OLE color: 5479045.

HSL color Cylindrical-coordinate representation of color #859A53: hue angle of 77.75º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #859A53 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 154 83 -
CMYK 0.14 0 0.46 0.40
HSL 77.75º 0.3% 0.46% -
HSV(B) 77.75º 0.46% 0.6% -
XYZ 22.79 28.72 12.53 -
YUV 139.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 133 154 83 0.14 0 0.46 0.40 77.75 0.3 0.46
Hex 85 9A 53 E 0 2E 28 4E 1E 2E
Octal 205 232 123 16 0 56 50 116 36 56
Binary 10000101 10011010 1010011 1110 0 101110 101000 1001110 11110 101110

Color Harmonies of #859A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859A53

Black with #859A53

Text Example


Text Example

White with #859A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859A53; }

 p { color: rgb(133,154,83); }

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

background-color css

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

 a { background-color: rgb(133,154,83); }

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

border-color css

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

 span { border-color: rgb(133,154,83); }

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