Html Css Color HEX #85B04A Chelsea Cucumber

📋 copy color: '#85B04A'

red 133 ◦ green 176 ◦ blue 74

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

Shades of Chelsea Cucumber #85B04A

Tints of Chelsea Cucumber #85B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 34.73%
G = 45.95%
B = 19.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#85B04A (or 0x85B04A) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 4A. RGB value is (133,176,74). Sum of RGB (Red+Green+Blue) = 133+176+74=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #85B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B04A is #7A4FB5. Grayscale: #979797. Windows color (decimal): -8015798 or 4894853. OLE color: 4894853.

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

Color convert

RGB 133 176 74 -
CMYK 0.24 0 0.58 0.31
HSL 85.29º 0.41% 0.49% -
HSV(B) 85.29º 0.58% 0.69% -
XYZ 26.43 36.53 12.14 -
YUV 151.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 133 176 74 0.24 0 0.58 0.31 85.29 0.41 0.49
Hex 85 B0 4A 18 0 3A 1F 55 29 31
Octal 205 260 112 30 0 72 37 125 51 61
Binary 10000101 10110000 1001010 11000 0 111010 11111 1010101 101001 110001

Color Harmonies of #85B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B04A

Black with #85B04A

Text Example


Text Example

White with #85B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,176,74); }

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

background-color css

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

 a { background-color: rgb(133,176,74); }

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

border-color css

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

 span { border-color: rgb(133,176,74); }

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