Html Css Color HEX #83995A Chelsea Cucumber

📋 copy color: '#83995A'

red 131 ◦ green 153 ◦ blue 90

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

Shades of Chelsea Cucumber #83995A

Tints of Chelsea Cucumber #83995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 35.03%
G = 40.91%
B = 24.06%

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

#83995A (or 0x83995A) is known color: Chelsea Cucumber. HEX triplet: 83, 99 and 5A. RGB value is (131,153,90). Sum of RGB (Red+Green+Blue) = 131+153+90=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #83995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83995A is #7C66A5. Grayscale: #8B8B8B. Windows color (decimal): -8152742 or 5937539. OLE color: 5937539.

HSL color Cylindrical-coordinate representation of color #83995A: hue angle of 80.95º degrees, saturation: 0.26, 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 #83995A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 90 -
CMYK 0.14 0 0.41 0.4
HSL 80.95º 0.26% 0.48% -
HSV(B) 80.95º 0.41% 0.6% -
XYZ 22.6 28.35 13.95 -
YUV 139.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 131 153 90 0.14 0 0.41 0.4 80.95 0.26 0.48
Hex 83 99 5A E 0 29 28 51 1A 30
Octal 203 231 132 16 0 51 50 121 32 60
Binary 10000011 10011001 1011010 1110 0 101001 101000 1010001 11010 110000

Color Harmonies of #83995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83995A

Black with #83995A

Text Example


Text Example

White with #83995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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