Html Css Color HEX #85985B Chelsea Cucumber

📋 copy color: '#85985B'

red 133 ◦ green 152 ◦ blue 91

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

Shades of Chelsea Cucumber #85985B

Tints of Chelsea Cucumber #85985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 35.37%
G = 40.43%
B = 24.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#85985B (or 0x85985B) is known color: Chelsea Cucumber. HEX triplet: 85, 98 and 5B. RGB value is (133,152,91). Sum of RGB (Red+Green+Blue) = 133+152+91=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #85985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85985B is #7A67A4. Grayscale: #8B8B8B. Windows color (decimal): -8021925 or 6002821. OLE color: 6002821.

HSL color Cylindrical-coordinate representation of color #85985B: hue angle of 78.69º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85985B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 91 -
CMYK 0.13 0 0.40 0.40
HSL 78.69º 0.25% 0.48% -
HSV(B) 78.69º 0.4% 0.6% -
XYZ 22.79 28.2 14.14 -
YUV 139.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 133 152 91 0.13 0 0.40 0.40 78.69 0.25 0.48
Hex 85 98 5B D 0 28 28 4F 19 30
Octal 205 230 133 15 0 50 50 117 31 60
Binary 10000101 10011000 1011011 1101 0 101000 101000 1001111 11001 110000

Color Harmonies of #85985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85985B

Black with #85985B

Text Example


Text Example

White with #85985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85985B; }

 p { color: rgb(133,152,91); }

 H1.HeaderClassName
 {
   color: #85985B;
 }
 .AnyTagClassName
 {
   color: #85985B;
 }
</style>

background-color css

<style>
 a { background-color: #85985B; }

 a { background-color: rgb(133,152,91); }

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

border-color css

<style>
 span { border-color: #85985B; }

 span { border-color: rgb(133,152,91); }

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