Html Css Color HEX #85B15A Chelsea Cucumber

📋 copy color: '#85B15A'

red 133 ◦ green 177 ◦ blue 90

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

Shades of Chelsea Cucumber #85B15A

Tints of Chelsea Cucumber #85B15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.25%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 33.25%
G = 44.25%
B = 22.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#85B15A (or 0x85B15A) is known color: Chelsea Cucumber. HEX triplet: 85, B1 and 5A. RGB value is (133,177,90). Sum of RGB (Red+Green+Blue) = 133+177+90=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #85B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B15A is #7A4EA5. Grayscale: #9A9A9A. Windows color (decimal): -8015526 or 5943685. OLE color: 5943685.

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

Color convert

RGB 133 177 90 -
CMYK 0.25 0 0.49 0.31
HSL 90.34º 0.36% 0.52% -
HSV(B) 90.34º 0.49% 0.69% -
XYZ 27.24 37.17 15.41 -
YUV 153.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 133 177 90 0.25 0 0.49 0.31 90.34 0.36 0.52
Hex 85 B1 5A 19 0 31 1F 5A 24 34
Octal 205 261 132 31 0 61 37 132 44 64
Binary 10000101 10110001 1011010 11001 0 110001 11111 1011010 100100 110100

Color Harmonies of #85B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B15A

Black with #85B15A

Text Example


Text Example

White with #85B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,177,90); }

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

background-color css

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

 a { background-color: rgb(133,177,90); }

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

border-color css

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

 span { border-color: rgb(133,177,90); }

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