Html Css Color HEX #83BB87 De York

📋 copy color: '#83BB87'

red 131 ◦ green 187 ◦ blue 135

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

Shades of De York #83BB87

Tints of De York #83BB87

RGB

 RED value IS 131 (51.56% from 255) = 28.92%

 GREEN value IS 187 (73.44% from 255) = 41.28%

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 28.92%
G = 41.28%
B = 29.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#83BB87 (or 0x83BB87) is known color: De York. HEX triplet: 83, BB and 87. RGB value is (131,187,135). Sum of RGB (Red+Green+Blue) = 131+187+135=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB87 is #7C4478. Grayscale: #A4A4A4. Windows color (decimal): -8143993 or 8895363. OLE color: 8895363.

HSL color Cylindrical-coordinate representation of color #83BB87: hue angle of 124.29º 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 #83BB87 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 187 135 -
CMYK 0.30 0 0.28 0.27
HSL 124.29º 0.29% 0.62% -
HSV(B) 124.29º 0.3% 0.73% -
XYZ 31.5 42.12 29.39 -
YUV 164.33 111.45 104.23 -
System Red Green Blue C M Y K H S L
Decimal 131 187 135 0.30 0 0.28 0.27 124.29 0.29 0.62
Hex 83 BB 87 1E 0 1C 1B 7C 1D 3E
Octal 203 273 207 36 0 34 33 174 35 76
Binary 10000011 10111011 10000111 11110 0 11100 11011 1111100 11101 111110

Color Harmonies of #83BB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB87

Black with #83BB87

Text Example


Text Example

White with #83BB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BB87;
 }
 .AnyTagClassName
 {
   color: #83BB87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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