#83B065

Color #83B065 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #83B065

Tints of Chelsea Cucumber #83B065

Color information

#83B065 (or 0x83B065) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B0 and 65. RGB value is (131,176,101). Sum of RGB (Red+Green+Blue) = 131+176+101=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #83B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B065 is #7C4F9A. Grayscale: #9A9A9A. Windows color (decimal): -8146843 or 6664323. OLE color: 6664323.

HSL color Cylindrical-coordinate representation of color #83B065: hue angle of 96º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83B065 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB131176101-
CMYK0.2600.430.31
HSL96º32.19%54.31%-
HSV(B)96º42.61%69.02%-
XYZ27.2336.8217.98-
YUV15498.09111.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 176 (69.14% from 255) = 43.14%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=32.11%
G=43.14%
B=24.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311761010.2600.430.319632.1954.31
Hex83B0651A02B1F602036
Octal20326014532053371404066
Binary10000011101100001100101110100101011111111100000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,101); }

 H1.HeaderClassName
 {
   color: #83B065;
 }
 .AnyTagClassName
 {
   color: #83B065;
 }
</style>
background-color css

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

 a { background-color: rgb(131,176,101); }

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

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

 span { border-color: rgb(131,176,101); }

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