#83B053

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

Shades of Chelsea Cucumber #83B053

Tints of Chelsea Cucumber #83B053

Color information

#83B053 (or 0x83B053) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B0 and 53. RGB value is (131,176,83). Sum of RGB (Red+Green+Blue) = 131+176+83=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #83B053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B053 is #7C4FAC. Grayscale: #989898. Windows color (decimal): -8146861 or 5484675. OLE color: 5484675.

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

Color convert

RGB13117683-
CMYK0.2600.530.31
HSL89.03º37.05%50.78%-
HSV(B)89.03º52.84%69.02%-
XYZ26.4536.513.84-
YUV151.9489.09113.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 83 (32.81% from 255) = 21.28%
R=33.59%
G=45.13%
B=21.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131176830.2600.530.3189.0337.0550.78
Hex83B0531A0351F592533
Octal20326012332065371314563
Binary10000011101100001010011110100110101111111011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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