Html Css Color HEX #83A25D Chelsea Cucumber

📋 copy color: '#83A25D'

red 131 ◦ green 162 ◦ blue 93

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

Shades of Chelsea Cucumber #83A25D

Tints of Chelsea Cucumber #83A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

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

R = 33.94%
G = 41.97%
B = 24.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#83A25D (or 0x83A25D) is known color: Chelsea Cucumber. HEX triplet: 83, A2 and 5D. RGB value is (131,162,93). Sum of RGB (Red+Green+Blue) = 131+162+93=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 162 - color contains mainly: green. Hex color #83A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A25D is #7C5DA2. Grayscale: #919191. Windows color (decimal): -8150435 or 6136451. OLE color: 6136451.

HSL color Cylindrical-coordinate representation of color #83A25D: hue angle of 86.96º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83A25D is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 93 -
CMYK 0.19 0 0.43 0.36
HSL 86.96º 0.27% 0.5% -
HSV(B) 86.96º 0.43% 0.64% -
XYZ 24.26 31.46 15.15 -
YUV 144.87 98.73 118.11 -
System Red Green Blue C M Y K H S L
Decimal 131 162 93 0.19 0 0.43 0.36 86.96 0.27 0.5
Hex 83 A2 5D 13 0 2B 24 57 1B 32
Octal 203 242 135 23 0 53 44 127 33 62
Binary 10000011 10100010 1011101 10011 0 101011 100100 1010111 11011 110010

Color Harmonies of #83A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A25D

Black with #83A25D

Text Example


Text Example

White with #83A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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