Html Css Color HEX #85B851 Chelsea Cucumber

📋 copy color: '#85B851'

red 133 ◦ green 184 ◦ blue 81

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

Shades of Chelsea Cucumber #85B851

Tints of Chelsea Cucumber #85B851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.23%

 BLUE value IS 81 (32.03% from 255) = 20.35%

R = 33.42%
G = 46.23%
B = 20.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#85B851 (or 0x85B851) is known color: Chelsea Cucumber. HEX triplet: 85, B8 and 51. RGB value is (133,184,81). Sum of RGB (Red+Green+Blue) = 133+184+81=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #85B851 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B851 is #7A47AE. Grayscale: #9D9D9D. Windows color (decimal): -8013743 or 5355653. OLE color: 5355653.

HSL color Cylindrical-coordinate representation of color #85B851: hue angle of 89.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85B851 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 81 -
CMYK 0.28 0 0.56 0.28
HSL 89.71º 0.42% 0.52% -
HSV(B) 89.71º 0.56% 0.72% -
XYZ 28.3 39.86 13.99 -
YUV 157.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 133 184 81 0.28 0 0.56 0.28 89.71 0.42 0.52
Hex 85 B8 51 1C 0 38 1C 5A 2A 34
Octal 205 270 121 34 0 70 34 132 52 64
Binary 10000101 10111000 1010001 11100 0 111000 11100 1011010 101010 110100

Color Harmonies of #85B851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B851

Black with #85B851

Text Example


Text Example

White with #85B851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,81); }

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

background-color css

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

 a { background-color: rgb(133,184,81); }

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

border-color css

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

 span { border-color: rgb(133,184,81); }

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