Html Css Color HEX #85B04C Chelsea Cucumber

📋 copy color: '#85B04C'

red 133 ◦ green 176 ◦ blue 76

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

Shades of Chelsea Cucumber #85B04C

Tints of Chelsea Cucumber #85B04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 34.55%
G = 45.71%
B = 19.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#85B04C (or 0x85B04C) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 4C. RGB value is (133,176,76). Sum of RGB (Red+Green+Blue) = 133+176+76=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #85B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B04C is #7A4FB3. Grayscale: #989898. Windows color (decimal): -8015796 or 5025925. OLE color: 5025925.

HSL color Cylindrical-coordinate representation of color #85B04C: hue angle of 85.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85B04C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 76 -
CMYK 0.24 0 0.57 0.31
HSL 85.8º 0.4% 0.49% -
HSV(B) 85.8º 0.57% 0.69% -
XYZ 26.5 36.56 12.5 -
YUV 151.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 133 176 76 0.24 0 0.57 0.31 85.8 0.4 0.49
Hex 85 B0 4C 18 0 39 1F 56 28 31
Octal 205 260 114 30 0 71 37 126 50 61
Binary 10000101 10110000 1001100 11000 0 111001 11111 1010110 101000 110001

Color Harmonies of #85B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B04C

Black with #85B04C

Text Example


Text Example

White with #85B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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