Html Css Color HEX #85B048 Chelsea Cucumber

📋 copy color: '#85B048'

red 133 ◦ green 176 ◦ blue 72

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

Shades of Chelsea Cucumber #85B048

Tints of Chelsea Cucumber #85B048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

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

R = 34.91%
G = 46.19%
B = 18.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#85B048 (or 0x85B048) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 48. RGB value is (133,176,72). Sum of RGB (Red+Green+Blue) = 133+176+72=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #85B048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B048 is #7A4FB7. Grayscale: #979797. Windows color (decimal): -8015800 or 4763781. OLE color: 4763781.

HSL color Cylindrical-coordinate representation of color #85B048: hue angle of 84.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B048 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 176 72 -
CMYK 0.24 0 0.59 0.31
HSL 84.81º 0.42% 0.49% -
HSV(B) 84.81º 0.59% 0.69% -
XYZ 26.37 36.51 11.79 -
YUV 151.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 133 176 72 0.24 0 0.59 0.31 84.81 0.42 0.49
Hex 85 B0 48 18 0 3B 1F 55 2A 31
Octal 205 260 110 30 0 73 37 125 52 61
Binary 10000101 10110000 1001000 11000 0 111011 11111 1010101 101010 110001

Color Harmonies of #85B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B048

Black with #85B048

Text Example


Text Example

White with #85B048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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