Html Css Color HEX #85B94F Chelsea Cucumber

📋 copy color: '#85B94F'

red 133 ◦ green 185 ◦ blue 79

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

Shades of Chelsea Cucumber #85B94F

Tints of Chelsea Cucumber #85B94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.6%

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

R = 33.5%
G = 46.6%
B = 19.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#85B94F (or 0x85B94F) is known color: Chelsea Cucumber. HEX triplet: 85, B9 and 4F. RGB value is (133,185,79). Sum of RGB (Red+Green+Blue) = 133+185+79=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #85B94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B94F is #7A46B0. Grayscale: #9D9D9D. Windows color (decimal): -8013489 or 5224837. OLE color: 5224837.

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

Color convert

RGB 133 185 79 -
CMYK 0.28 0 0.57 0.27
HSL 89.43º 0.43% 0.52% -
HSV(B) 89.43º 0.57% 0.73% -
XYZ 28.43 40.25 13.67 -
YUV 157.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 133 185 79 0.28 0 0.57 0.27 89.43 0.43 0.52
Hex 85 B9 4F 1C 0 39 1B 59 2B 34
Octal 205 271 117 34 0 71 33 131 53 64
Binary 10000101 10111001 1001111 11100 0 111001 11011 1011001 101011 110100

Color Harmonies of #85B94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B94F

Black with #85B94F

Text Example


Text Example

White with #85B94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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