Html Css Color HEX #85B84F Chelsea Cucumber

📋 copy color: '#85B84F'

red 133 ◦ green 184 ◦ blue 79

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

Shades of Chelsea Cucumber #85B84F

Tints of Chelsea Cucumber #85B84F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 33.59%
G = 46.46%
B = 19.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#85B84F (or 0x85B84F) is known color: Chelsea Cucumber. HEX triplet: 85, B8 and 4F. RGB value is (133,184,79). Sum of RGB (Red+Green+Blue) = 133+184+79=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #85B84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B84F is #7A47B0. Grayscale: #9D9D9D. Windows color (decimal): -8013745 or 5224581. OLE color: 5224581.

HSL color Cylindrical-coordinate representation of color #85B84F: hue angle of 89.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85B84F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 79 -
CMYK 0.28 0 0.57 0.28
HSL 89.14º 0.43% 0.52% -
HSV(B) 89.14º 0.57% 0.72% -
XYZ 28.22 39.83 13.6 -
YUV 156.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 133 184 79 0.28 0 0.57 0.28 89.14 0.43 0.52
Hex 85 B8 4F 1C 0 39 1C 59 2B 34
Octal 205 270 117 34 0 71 34 131 53 64
Binary 10000101 10111000 1001111 11100 0 111001 11100 1011001 101011 110100

Color Harmonies of #85B84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B84F

Black with #85B84F

Text Example


Text Example

White with #85B84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,79); }

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

background-color css

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

 a { background-color: rgb(133,184,79); }

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

border-color css

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

 span { border-color: rgb(133,184,79); }

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