Html Css Color HEX #85BB47 Chelsea Cucumber

📋 copy color: '#85BB47'

red 133 ◦ green 187 ◦ blue 71

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

Shades of Chelsea Cucumber #85BB47

Tints of Chelsea Cucumber #85BB47

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.83%

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

R = 34.02%
G = 47.83%
B = 18.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#85BB47 (or 0x85BB47) is known color: Chelsea Cucumber. HEX triplet: 85, BB and 47. RGB value is (133,187,71). Sum of RGB (Red+Green+Blue) = 133+187+71=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB47 is #7A44B8. Grayscale: #9E9E9E. Windows color (decimal): -8012985 or 4701061. OLE color: 4701061.

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

Color convert

RGB 133 187 71 -
CMYK 0.29 0 0.62 0.27
HSL 87.93º 0.46% 0.51% -
HSV(B) 87.93º 0.62% 0.73% -
XYZ 28.58 40.98 12.37 -
YUV 157.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 133 187 71 0.29 0 0.62 0.27 87.93 0.46 0.51
Hex 85 BB 47 1D 0 3E 1B 58 2E 33
Octal 205 273 107 35 0 76 33 130 56 63
Binary 10000101 10111011 1000111 11101 0 111110 11011 1011000 101110 110011

Color Harmonies of #85BB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB47

Black with #85BB47

Text Example


Text Example

White with #85BB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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