Html Css Color HEX #83995B Chelsea Cucumber

📋 copy color: '#83995B'

red 131 ◦ green 153 ◦ blue 91

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

Shades of Chelsea Cucumber #83995B

Tints of Chelsea Cucumber #83995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 34.93%
G = 40.8%
B = 24.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#83995B (or 0x83995B) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 5B. RGB value is (131,153,91). Sum of RGB (Red+Green+Blue) = 131+153+91=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #83995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83995B is #7C66A4. Grayscale: #8B8B8B. Windows color (decimal): -8152741 or 6003075. OLE color: 6003075.

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

Color convert

RGB 131 153 91 -
CMYK 0.14 0 0.41 0.4
HSL 81.29º 0.25% 0.48% -
HSV(B) 81.29º 0.41% 0.6% -
XYZ 22.64 28.36 14.18 -
YUV 139.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 131 153 91 0.14 0 0.41 0.4 81.29 0.25 0.48
Hex 83 99 5B E 0 29 28 51 19 30
Octal 203 231 133 16 0 51 50 121 31 60
Binary 10000011 10011001 1011011 1110 0 101001 101000 1010001 11001 110000

Color Harmonies of #83995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83995B

Black with #83995B

Text Example


Text Example

White with #83995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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