Html Css Color HEX #85A048 Chelsea Cucumber

📋 copy color: '#85A048'

red 133 ◦ green 160 ◦ blue 72

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

Shades of Chelsea Cucumber #85A048

Tints of Chelsea Cucumber #85A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 36.44%
G = 43.84%
B = 19.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#85A048 (or 0x85A048) is known color: Chelsea Cucumber. HEX triplet: 85, A0 and 48. RGB value is (133,160,72). Sum of RGB (Red+Green+Blue) = 133+160+72=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #85A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A048 is #7A5FB7. Grayscale: #8E8E8E. Windows color (decimal): -8019896 or 4759685. OLE color: 4759685.

HSL color Cylindrical-coordinate representation of color #85A048: hue angle of 78.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85A048 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 160 72 -
CMYK 0.17 0 0.55 0.37
HSL 78.41º 0.38% 0.45% -
HSV(B) 78.41º 0.55% 0.63% -
XYZ 23.41 30.6 10.8 -
YUV 141.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 133 160 72 0.17 0 0.55 0.37 78.41 0.38 0.45
Hex 85 A0 48 11 0 37 25 4E 26 2D
Octal 205 240 110 21 0 67 45 116 46 55
Binary 10000101 10100000 1001000 10001 0 110111 100101 1001110 100110 101101

Color Harmonies of #85A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A048

Black with #85A048

Text Example


Text Example

White with #85A048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,72); }

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

background-color css

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

 a { background-color: rgb(133,160,72); }

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

border-color css

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

 span { border-color: rgb(133,160,72); }

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