Html Css Color HEX #85A152 Chelsea Cucumber

📋 copy color: '#85A152'

red 133 ◦ green 161 ◦ blue 82

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

Shades of Chelsea Cucumber #85A152

Tints of Chelsea Cucumber #85A152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.82%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 35.37%
G = 42.82%
B = 21.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#85A152 (or 0x85A152) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 52. RGB value is (133,161,82). Sum of RGB (Red+Green+Blue) = 133+161+82=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #85A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A152 is #7A5EAD. Grayscale: #8F8F8F. Windows color (decimal): -8019630 or 5415301. OLE color: 5415301.

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

Color convert

RGB 133 161 82 -
CMYK 0.17 0 0.49 0.37
HSL 81.27º 0.33% 0.48% -
HSV(B) 81.27º 0.49% 0.63% -
XYZ 23.94 31.09 12.72 -
YUV 143.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 133 161 82 0.17 0 0.49 0.37 81.27 0.33 0.48
Hex 85 A1 52 11 0 31 25 51 21 30
Octal 205 241 122 21 0 61 45 121 41 60
Binary 10000101 10100001 1010010 10001 0 110001 100101 1010001 100001 110000

Color Harmonies of #85A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A152

Black with #85A152

Text Example


Text Example

White with #85A152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,82); }

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

background-color css

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

 a { background-color: rgb(133,161,82); }

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

border-color css

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

 span { border-color: rgb(133,161,82); }

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