Html Css Color HEX #85B84B Chelsea Cucumber

📋 copy color: '#85B84B'

red 133 ◦ green 184 ◦ blue 75

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

Shades of Chelsea Cucumber #85B84B

Tints of Chelsea Cucumber #85B84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 75 (29.69% from 255) = 19.13%

R = 33.93%
G = 46.94%
B = 19.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#85B84B (or 0x85B84B) is known color: Chelsea Cucumber. HEX triplet: 85, B8 and 4B. RGB value is (133,184,75). Sum of RGB (Red+Green+Blue) = 133+184+75=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #85B84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B84B is #7A47B4. Grayscale: #9C9C9C. Windows color (decimal): -8013749 or 4962437. OLE color: 4962437.

HSL color Cylindrical-coordinate representation of color #85B84B: hue angle of 88.07º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85B84B is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 75 -
CMYK 0.28 0 0.59 0.28
HSL 88.07º 0.43% 0.51% -
HSV(B) 88.07º 0.59% 0.72% -
XYZ 28.08 39.78 12.85 -
YUV 156.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 133 184 75 0.28 0 0.59 0.28 88.07 0.43 0.51
Hex 85 B8 4B 1C 0 3B 1C 58 2B 33
Octal 205 270 113 34 0 73 34 130 53 63
Binary 10000101 10111000 1001011 11100 0 111011 11100 1011000 101011 110011

Color Harmonies of #85B84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B84B

Black with #85B84B

Text Example


Text Example

White with #85B84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,75); }

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

background-color css

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

 a { background-color: rgb(133,184,75); }

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

border-color css

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

 span { border-color: rgb(133,184,75); }

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