#83BB83

Color #83BB83 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #83BB83

Tints of De York #83BB83

Color information

#83BB83 (or 0x83BB83) is unknown color: approx De York. HEX triplet: 83, BB and 83. RGB value is (131,187,131). Sum of RGB (Red+Green+Blue) = 131+187+131=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB83 is #7C447C. Grayscale: #A4A4A4. Windows color (decimal): -8143997 or 8633219. OLE color: 8633219.

HSL color Cylindrical-coordinate representation of color #83BB83: hue angle of 120º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB83 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB131187131-
CMYK0.3000.300.27
HSL120º29.17%62.35%-
HSV(B)120º29.95%73.33%-
XYZ31.234227.93-
YUV163.87109.45104.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 187 (73.44% from 255) = 41.65%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=29.18%
G=41.65%
B=29.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311871310.3000.300.2712029.1762.35
Hex83BB831E01E1B781d3e
Octal20327320336036331703576
Binary1000001110111011100000111111001111011011111100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,131); }

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

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

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

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

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

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

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