Html Css Color HEX #85A351 Chelsea Cucumber

📋 copy color: '#85A351'

red 133 ◦ green 163 ◦ blue 81

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

Shades of Chelsea Cucumber #85A351

Tints of Chelsea Cucumber #85A351

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.24%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 35.28%
G = 43.24%
B = 21.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#85A351 (or 0x85A351) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 51. RGB value is (133,163,81). Sum of RGB (Red+Green+Blue) = 133+163+81=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #85A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A351 is #7A5CAE. Grayscale: #909090. Windows color (decimal): -8019119 or 5350277. OLE color: 5350277.

HSL color Cylindrical-coordinate representation of color #85A351: hue angle of 81.95º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85A351 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 81 -
CMYK 0.18 0 0.50 0.36
HSL 81.95º 0.34% 0.48% -
HSV(B) 81.95º 0.5% 0.64% -
XYZ 24.26 31.78 12.64 -
YUV 144.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 133 163 81 0.18 0 0.50 0.36 81.95 0.34 0.48
Hex 85 A3 51 12 0 32 24 52 22 30
Octal 205 243 121 22 0 62 44 122 42 60
Binary 10000101 10100011 1010001 10010 0 110010 100100 1010010 100010 110000

Color Harmonies of #85A351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A351

Black with #85A351

Text Example


Text Example

White with #85A351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,81); }

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

background-color css

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

 a { background-color: rgb(133,163,81); }

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

border-color css

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

 span { border-color: rgb(133,163,81); }

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