Html Css Color HEX #85B54D Chelsea Cucumber

📋 copy color: '#85B54D'

red 133 ◦ green 181 ◦ blue 77

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

Shades of Chelsea Cucumber #85B54D

Tints of Chelsea Cucumber #85B54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 34.02%
G = 46.29%
B = 19.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#85B54D (or 0x85B54D) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 4D. RGB value is (133,181,77). Sum of RGB (Red+Green+Blue) = 133+181+77=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #85B54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B54D is #7A4AB2. Grayscale: #9B9B9B. Windows color (decimal): -8014515 or 5092741. OLE color: 5092741.

HSL color Cylindrical-coordinate representation of color #85B54D: hue angle of 87.69º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #85B54D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 181 77 -
CMYK 0.27 0 0.57 0.29
HSL 87.69º 0.41% 0.51% -
HSV(B) 87.69º 0.57% 0.71% -
XYZ 27.54 38.57 13.01 -
YUV 154.79 84.1 112.46 -
System Red Green Blue C M Y K H S L
Decimal 133 181 77 0.27 0 0.57 0.29 87.69 0.41 0.51
Hex 85 B5 4D 1B 0 39 1D 58 29 33
Octal 205 265 115 33 0 71 35 130 51 63
Binary 10000101 10110101 1001101 11011 0 111001 11101 1011000 101001 110011

Color Harmonies of #85B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B54D

Black with #85B54D

Text Example


Text Example

White with #85B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,77); }

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

background-color css

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

 a { background-color: rgb(133,181,77); }

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

border-color css

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

 span { border-color: rgb(133,181,77); }

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