Html Css Color HEX #85B34C Chelsea Cucumber

📋 copy color: '#85B34C'

red 133 ◦ green 179 ◦ blue 76

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

Shades of Chelsea Cucumber #85B34C

Tints of Chelsea Cucumber #85B34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 34.28%
G = 46.13%
B = 19.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#85B34C (or 0x85B34C) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 4C. RGB value is (133,179,76). Sum of RGB (Red+Green+Blue) = 133+179+76=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #85B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B34C is #7A4CB3. Grayscale: #999999. Windows color (decimal): -8015028 or 5026693. OLE color: 5026693.

HSL color Cylindrical-coordinate representation of color #85B34C: hue angle of 86.8º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85B34C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 76 -
CMYK 0.26 0 0.58 0.30
HSL 86.8º 0.4% 0.5% -
HSV(B) 86.8º 0.58% 0.7% -
XYZ 27.1 37.75 12.7 -
YUV 153.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 133 179 76 0.26 0 0.58 0.30 86.8 0.4 0.5
Hex 85 B3 4C 1A 0 3A 1E 57 28 32
Octal 205 263 114 32 0 72 36 127 50 62
Binary 10000101 10110011 1001100 11010 0 111010 11110 1010111 101000 110010

Color Harmonies of #85B34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B34C

Black with #85B34C

Text Example


Text Example

White with #85B34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,179,76); }

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

background-color css

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

 a { background-color: rgb(133,179,76); }

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

border-color css

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

 span { border-color: rgb(133,179,76); }

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