Html Css Color HEX #85B459 Chelsea Cucumber

📋 copy color: '#85B459'

red 133 ◦ green 180 ◦ blue 89

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

Shades of Chelsea Cucumber #85B459

Tints of Chelsea Cucumber #85B459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 33.08%
G = 44.78%
B = 22.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#85B459 (or 0x85B459) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 59. RGB value is (133,180,89). Sum of RGB (Red+Green+Blue) = 133+180+89=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #85B459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B459 is #7A4BA6. Grayscale: #9B9B9B. Windows color (decimal): -8014759 or 5878917. OLE color: 5878917.

HSL color Cylindrical-coordinate representation of color #85B459: hue angle of 90.99º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85B459 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 89 -
CMYK 0.26 0 0.51 0.29
HSL 90.99º 0.38% 0.53% -
HSV(B) 90.99º 0.51% 0.71% -
XYZ 27.8 38.35 15.39 -
YUV 155.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 133 180 89 0.26 0 0.51 0.29 90.99 0.38 0.53
Hex 85 B4 59 1A 0 33 1D 5B 26 35
Octal 205 264 131 32 0 63 35 133 46 65
Binary 10000101 10110100 1011001 11010 0 110011 11101 1011011 100110 110101

Color Harmonies of #85B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B459

Black with #85B459

Text Example


Text Example

White with #85B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85B459; }

 p { color: rgb(133,180,89); }

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

background-color css

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

 a { background-color: rgb(133,180,89); }

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

border-color css

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

 span { border-color: rgb(133,180,89); }

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