Html Css Color HEX #83BB83 De York

📋 copy color: '#83BB83'

red 131 ◦ green 187 ◦ blue 131

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

Shades of De York #83BB83

Tints of De York #83BB83

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 value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#83BB83 (or 0x83BB83) is known color: 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

RGB 131 187 131 -
CMYK 0.30 0 0.30 0.27
HSL 120º 0.29% 0.62% -
HSV(B) 120º 0.3% 0.73% -
XYZ 31.23 42 27.93 -
YUV 163.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 131 187 131 0.30 0 0.30 0.27 120 0.29 0.62
Hex 83 BB 83 1E 0 1E 1B 78 1D 3E
Octal 203 273 203 36 0 36 33 170 35 76
Binary 10000011 10111011 10000011 11110 0 11110 11011 1111000 11101 111110

Color Harmonies of #83BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB83

Black with #83BB83

Text Example


Text Example

White with #83BB83

Text Example


Text Example

HTML Codes & Css Web 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>