Html Css Color HEX #85B941 Chelsea Cucumber

📋 copy color: '#85B941'

red 133 ◦ green 185 ◦ blue 65

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

Shades of Chelsea Cucumber #85B941

Tints of Chelsea Cucumber #85B941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 34.73%
G = 48.3%
B = 16.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#85B941 (or 0x85B941) is known color: Chelsea Cucumber. HEX triplet: 85, B9 and 41. RGB value is (133,185,65). Sum of RGB (Red+Green+Blue) = 133+185+65=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #85B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B941 is #7A46BE. Grayscale: #9C9C9C. Windows color (decimal): -8013503 or 4307333. OLE color: 4307333.

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

Color convert

RGB 133 185 65 -
CMYK 0.28 0 0.65 0.27
HSL 86º 0.48% 0.49% -
HSV(B) 86º 0.65% 0.73% -
XYZ 27.98 40.07 11.26 -
YUV 155.77 76.77 111.76 -
System Red Green Blue C M Y K H S L
Decimal 133 185 65 0.28 0 0.65 0.27 86 0.48 0.49
Hex 85 B9 41 1C 0 41 1B 56 30 31
Octal 205 271 101 34 0 101 33 126 60 61
Binary 10000101 10111001 1000001 11100 0 1000001 11011 1010110 110000 110001

Color Harmonies of #85B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B941

Black with #85B941

Text Example


Text Example

White with #85B941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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