Html Css Color HEX #83A15B Chelsea Cucumber

📋 copy color: '#83A15B'

red 131 ◦ green 161 ◦ blue 91

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

Shades of Chelsea Cucumber #83A15B

Tints of Chelsea Cucumber #83A15B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

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

R = 34.2%
G = 42.04%
B = 23.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#83A15B (or 0x83A15B) is known color: Chelsea Cucumber. HEX triplet: 83, A1 and 5B. RGB value is (131,161,91). Sum of RGB (Red+Green+Blue) = 131+161+91=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #83A15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A15B is #7C5EA4. Grayscale: #909090. Windows color (decimal): -8150693 or 6005123. OLE color: 6005123.

HSL color Cylindrical-coordinate representation of color #83A15B: hue angle of 85.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83A15B is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 161 91 -
CMYK 0.19 0 0.43 0.37
HSL 85.71º 0.28% 0.49% -
HSV(B) 85.71º 0.43% 0.63% -
XYZ 23.99 31.07 14.63 -
YUV 144.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 131 161 91 0.19 0 0.43 0.37 85.71 0.28 0.49
Hex 83 A1 5B 13 0 2B 25 56 1C 31
Octal 203 241 133 23 0 53 45 126 34 61
Binary 10000011 10100001 1011011 10011 0 101011 100101 1010110 11100 110001

Color Harmonies of #83A15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A15B

Black with #83A15B

Text Example


Text Example

White with #83A15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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