Html Css Color HEX #85B658 Chelsea Cucumber

📋 copy color: '#85B658'

red 133 ◦ green 182 ◦ blue 88

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

Shades of Chelsea Cucumber #85B658

Tints of Chelsea Cucumber #85B658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 33%
G = 45.16%
B = 21.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#85B658 (or 0x85B658) is known color: Chelsea Cucumber. HEX triplet: 85, B6 and 58. RGB value is (133,182,88). Sum of RGB (Red+Green+Blue) = 133+182+88=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #85B658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B658 is #7A49A7. Grayscale: #9C9C9C. Windows color (decimal): -8014248 or 5813893. OLE color: 5813893.

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

Color convert

RGB 133 182 88 -
CMYK 0.27 0 0.52 0.29
HSL 91.28º 0.39% 0.53% -
HSV(B) 91.28º 0.52% 0.71% -
XYZ 28.16 39.15 15.3 -
YUV 156.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 133 182 88 0.27 0 0.52 0.29 91.28 0.39 0.53
Hex 85 B6 58 1B 0 34 1D 5B 27 35
Octal 205 266 130 33 0 64 35 133 47 65
Binary 10000101 10110110 1011000 11011 0 110100 11101 1011011 100111 110101

Color Harmonies of #85B658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B658

Black with #85B658

Text Example


Text Example

White with #85B658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,88); }

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

background-color css

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

 a { background-color: rgb(133,182,88); }

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

border-color css

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

 span { border-color: rgb(133,182,88); }

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