Html Css Color HEX #85B058 Chelsea Cucumber

📋 copy color: '#85B058'

red 133 ◦ green 176 ◦ blue 88

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

Shades of Chelsea Cucumber #85B058

Tints of Chelsea Cucumber #85B058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

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

R = 33.5%
G = 44.33%
B = 22.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#85B058 (or 0x85B058) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 58. RGB value is (133,176,88). Sum of RGB (Red+Green+Blue) = 133+176+88=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #85B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B058 is #7A4FA7. Grayscale: #999999. Windows color (decimal): -8015784 or 5812357. OLE color: 5812357.

HSL color Cylindrical-coordinate representation of color #85B058: hue angle of 89.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85B058 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 88 -
CMYK 0.24 0 0.50 0.31
HSL 89.32º 0.36% 0.52% -
HSV(B) 89.32º 0.5% 0.69% -
XYZ 26.96 36.74 14.9 -
YUV 153.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 133 176 88 0.24 0 0.50 0.31 89.32 0.36 0.52
Hex 85 B0 58 18 0 32 1F 59 24 34
Octal 205 260 130 30 0 62 37 131 44 64
Binary 10000101 10110000 1011000 11000 0 110010 11111 1011001 100100 110100

Color Harmonies of #85B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B058

Black with #85B058

Text Example


Text Example

White with #85B058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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