#83B250

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

Shades of Chelsea Cucumber #83B250

Tints of Chelsea Cucumber #83B250

Color information

#83B250 (or 0x83B250) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, B2 and 50. RGB value is (131,178,80). Sum of RGB (Red+Green+Blue) = 131+178+80=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #83B250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B250 is #7C4DAF. Grayscale: #999999. Windows color (decimal): -8146352 or 5288579. OLE color: 5288579.

HSL color Cylindrical-coordinate representation of color #83B250: hue angle of 88.78º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83B250 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB13117880-
CMYK0.2600.550.30
HSL88.78º38.89%50.59%-
HSV(B)88.78º55.06%69.8%-
XYZ26.7337.2513.37-
YUV152.7786.93112.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=33.68%
G=45.76%
B=20.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131178800.2600.550.3088.7838.8950.59
Hex83B2501A0371E592733
Octal20326212032067361314763
Binary10000011101100101010000110100110111111101011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,178,80); }

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

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

 a { background-color: rgb(131,178,80); }

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

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

 span { border-color: rgb(131,178,80); }

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