Html Css Color HEX #85B94E Chelsea Cucumber

📋 copy color: '#85B94E'

red 133 ◦ green 185 ◦ blue 78

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

Shades of Chelsea Cucumber #85B94E

Tints of Chelsea Cucumber #85B94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 33.59%
G = 46.72%
B = 19.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#85B94E (or 0x85B94E) is known color: Chelsea Cucumber. HEX triplet: 85, B9 and 4E. RGB value is (133,185,78). Sum of RGB (Red+Green+Blue) = 133+185+78=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #85B94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B94E is #7A46B1. Grayscale: #9D9D9D. Windows color (decimal): -8013490 or 5159301. OLE color: 5159301.

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

Color convert

RGB 133 185 78 -
CMYK 0.28 0 0.58 0.27
HSL 89.16º 0.43% 0.52% -
HSV(B) 89.16º 0.58% 0.73% -
XYZ 28.4 40.23 13.48 -
YUV 157.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 133 185 78 0.28 0 0.58 0.27 89.16 0.43 0.52
Hex 85 B9 4E 1C 0 3A 1B 59 2B 34
Octal 205 271 116 34 0 72 33 131 53 64
Binary 10000101 10111001 1001110 11100 0 111010 11011 1011001 101011 110100

Color Harmonies of #85B94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B94E

Black with #85B94E

Text Example


Text Example

White with #85B94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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