Html Css Color HEX #85BA47 Chelsea Cucumber

📋 copy color: '#85BA47'

red 133 ◦ green 186 ◦ blue 71

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

Shades of Chelsea Cucumber #85BA47

Tints of Chelsea Cucumber #85BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 34.1%
G = 47.69%
B = 18.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#85BA47 (or 0x85BA47) is known color: Chelsea Cucumber. HEX triplet: 85, BA and 47. RGB value is (133,186,71). Sum of RGB (Red+Green+Blue) = 133+186+71=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA47 is #7A45B8. Grayscale: #9D9D9D. Windows color (decimal): -8013241 or 4700805. OLE color: 4700805.

HSL color Cylindrical-coordinate representation of color #85BA47: hue angle of 87.65º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85BA47 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 71 -
CMYK 0.28 0 0.62 0.27
HSL 87.65º 0.45% 0.5% -
HSV(B) 87.65º 0.62% 0.73% -
XYZ 28.37 40.56 12.29 -
YUV 157.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 133 186 71 0.28 0 0.62 0.27 87.65 0.45 0.5
Hex 85 BA 47 1C 0 3E 1B 58 2D 32
Octal 205 272 107 34 0 76 33 130 55 62
Binary 10000101 10111010 1000111 11100 0 111110 11011 1011000 101101 110010

Color Harmonies of #85BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA47

Black with #85BA47

Text Example


Text Example

White with #85BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,71); }

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

background-color css

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

 a { background-color: rgb(133,186,71); }

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

border-color css

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

 span { border-color: rgb(133,186,71); }

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