Html Css Color HEX #859D4B Chelsea Cucumber

📋 copy color: '#859D4B'

red 133 ◦ green 157 ◦ blue 75

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

Shades of Chelsea Cucumber #859D4B

Tints of Chelsea Cucumber #859D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 36.44%
G = 43.01%
B = 20.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#859D4B (or 0x859D4B) is known color: Chelsea Cucumber. HEX triplet: 85, 9D and 4B. RGB value is (133,157,75). Sum of RGB (Red+Green+Blue) = 133+157+75=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #859D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D4B is #7A62B4. Grayscale: #8C8C8C. Windows color (decimal): -8020661 or 4955525. OLE color: 4955525.

HSL color Cylindrical-coordinate representation of color #859D4B: hue angle of 77.56º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #859D4B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 75 -
CMYK 0.15 0 0.52 0.38
HSL 77.56º 0.35% 0.45% -
HSV(B) 77.56º 0.52% 0.62% -
XYZ 23 29.61 11.16 -
YUV 140.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 133 157 75 0.15 0 0.52 0.38 77.56 0.35 0.45
Hex 85 9D 4B F 0 34 26 4E 23 2D
Octal 205 235 113 17 0 64 46 116 43 55
Binary 10000101 10011101 1001011 1111 0 110100 100110 1001110 100011 101101

Color Harmonies of #859D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D4B

Black with #859D4B

Text Example


Text Example

White with #859D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859D4B; }

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

 H1.HeaderClassName
 {
   color: #859D4B;
 }
 .AnyTagClassName
 {
   color: #859D4B;
 }
</style>

background-color css

<style>
 a { background-color: #859D4B; }

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

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

border-color css

<style>
 span { border-color: #859D4B; }

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

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