Html Css Color HEX #83BE8C De York

📋 copy color: '#83BE8C'

red 131 ◦ green 190 ◦ blue 140

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

Shades of De York #83BE8C

Tints of De York #83BE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 28.42%
G = 41.21%
B = 30.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#83BE8C (or 0x83BE8C) is known color: De York. HEX triplet: 83, BE and 8C. RGB value is (131,190,140). Sum of RGB (Red+Green+Blue) = 131+190+140=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BE8C is #7C4173. Grayscale: #A6A6A6. Windows color (decimal): -8143220 or 9223811. OLE color: 9223811.

HSL color Cylindrical-coordinate representation of color #83BE8C: hue angle of 129.15º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BE8C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 190 140 -
CMYK 0.31 0 0.26 0.25
HSL 129.15º 0.31% 0.63% -
HSV(B) 129.15º 0.31% 0.75% -
XYZ 32.51 43.55 31.5 -
YUV 166.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 131 190 140 0.31 0 0.26 0.25 129.15 0.31 0.63
Hex 83 BE 8C 1F 0 1A 19 81 1F 3F
Octal 203 276 214 37 0 32 31 201 37 77
Binary 10000011 10111110 10001100 11111 0 11010 11001 10000001 11111 111111

Color Harmonies of #83BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BE8C

Black with #83BE8C

Text Example


Text Example

White with #83BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,190,140); }

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

background-color css

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

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

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

border-color css

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

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

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