Html Css Color HEX #85B945 Chelsea Cucumber

📋 copy color: '#85B945'

red 133 ◦ green 185 ◦ blue 69

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

Shades of Chelsea Cucumber #85B945

Tints of Chelsea Cucumber #85B945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 34.37%
G = 47.8%
B = 17.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#85B945 (or 0x85B945) is known color: Chelsea Cucumber. HEX triplet: 85, B9 and 45. RGB value is (133,185,69). Sum of RGB (Red+Green+Blue) = 133+185+69=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #85B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B945 is #7A46BA. Grayscale: #9C9C9C. Windows color (decimal): -8013499 or 4569477. OLE color: 4569477.

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

Color convert

RGB 133 185 69 -
CMYK 0.28 0 0.63 0.27
HSL 86.9º 0.46% 0.5% -
HSV(B) 86.9º 0.63% 0.73% -
XYZ 28.1 40.11 11.89 -
YUV 156.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 133 185 69 0.28 0 0.63 0.27 86.9 0.46 0.5
Hex 85 B9 45 1C 0 3F 1B 57 2E 32
Octal 205 271 105 34 0 77 33 127 56 62
Binary 10000101 10111001 1000101 11100 0 111111 11011 1010111 101110 110010

Color Harmonies of #85B945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B945

Black with #85B945

Text Example


Text Example

White with #85B945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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