Html Css Color HEX #839950 Chelsea Cucumber

📋 copy color: '#839950'

red 131 ◦ green 153 ◦ blue 80

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

Shades of Chelsea Cucumber #839950

Tints of Chelsea Cucumber #839950

RGB

 RED value IS 131 (51.56% from 255) = 35.99%

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 35.99%
G = 42.03%
B = 21.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#839950 (or 0x839950) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 50. RGB value is (131,153,80). Sum of RGB (Red+Green+Blue) = 131+153+80=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #839950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839950 is #7C66AF. Grayscale: #8A8A8A. Windows color (decimal): -8152752 or 5282179. OLE color: 5282179.

HSL color Cylindrical-coordinate representation of color #839950: hue angle of 78.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839950 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 80 -
CMYK 0.14 0 0.48 0.4
HSL 78.08º 0.31% 0.46% -
HSV(B) 78.08º 0.48% 0.6% -
XYZ 22.2 28.19 11.86 -
YUV 138.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 131 153 80 0.14 0 0.48 0.4 78.08 0.31 0.46
Hex 83 99 50 E 0 30 28 4E 1F 2E
Octal 203 231 120 16 0 60 50 116 37 56
Binary 10000011 10011001 1010000 1110 0 110000 101000 1001110 11111 101110

Color Harmonies of #839950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839950

Black with #839950

Text Example


Text Example

White with #839950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839950; }

 p { color: rgb(131,153,80); }

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

background-color css

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

 a { background-color: rgb(131,153,80); }

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

border-color css

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

 span { border-color: rgb(131,153,80); }

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