Html Css Color HEX #85B74D Chelsea Cucumber

📋 copy color: '#85B74D'

red 133 ◦ green 183 ◦ blue 77

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

Shades of Chelsea Cucumber #85B74D

Tints of Chelsea Cucumber #85B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.56%

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 33.84%
G = 46.56%
B = 19.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#85B74D (or 0x85B74D) is known color: Chelsea Cucumber. HEX triplet: 85, B7 and 4D. RGB value is (133,183,77). Sum of RGB (Red+Green+Blue) = 133+183+77=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #85B74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B74D is #7A48B2. Grayscale: #9C9C9C. Windows color (decimal): -8014003 or 5093253. OLE color: 5093253.

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

Color convert

RGB 133 183 77 -
CMYK 0.27 0 0.58 0.28
HSL 88.3º 0.42% 0.51% -
HSV(B) 88.3º 0.58% 0.72% -
XYZ 27.95 39.39 13.15 -
YUV 155.97 83.44 111.62 -
System Red Green Blue C M Y K H S L
Decimal 133 183 77 0.27 0 0.58 0.28 88.3 0.42 0.51
Hex 85 B7 4D 1B 0 3A 1C 58 2A 33
Octal 205 267 115 33 0 72 34 130 52 63
Binary 10000101 10110111 1001101 11011 0 111010 11100 1011000 101010 110011

Color Harmonies of #85B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B74D

Black with #85B74D

Text Example


Text Example

White with #85B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,77); }

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

background-color css

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

 a { background-color: rgb(133,183,77); }

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

border-color css

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

 span { border-color: rgb(133,183,77); }

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