Html Css Color HEX #83AF5D Chelsea Cucumber

📋 copy color: '#83AF5D'

red 131 ◦ green 175 ◦ blue 93

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

Shades of Chelsea Cucumber #83AF5D

Tints of Chelsea Cucumber #83AF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.86%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 32.83%
G = 43.86%
B = 23.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#83AF5D (or 0x83AF5D) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 5D. RGB value is (131,175,93). Sum of RGB (Red+Green+Blue) = 131+175+93=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF5D is #7C50A2. Grayscale: #989898. Windows color (decimal): -8147107 or 6139779. OLE color: 6139779.

HSL color Cylindrical-coordinate representation of color #83AF5D: hue angle of 92.2º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83AF5D is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 93 -
CMYK 0.25 0 0.47 0.31
HSL 92.2º 0.34% 0.53% -
HSV(B) 92.2º 0.47% 0.69% -
XYZ 26.67 36.28 15.95 -
YUV 152.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 131 175 93 0.25 0 0.47 0.31 92.2 0.34 0.53
Hex 83 AF 5D 19 0 2F 1F 5C 22 35
Octal 203 257 135 31 0 57 37 134 42 65
Binary 10000011 10101111 1011101 11001 0 101111 11111 1011100 100010 110101

Color Harmonies of #83AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF5D

Black with #83AF5D

Text Example


Text Example

White with #83AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AF5D; }

 p { color: rgb(131,175,93); }

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

background-color css

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

 a { background-color: rgb(131,175,93); }

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

border-color css

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

 span { border-color: rgb(131,175,93); }

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