Html Css Color HEX #83BB76 De York

📋 copy color: '#83BB76'

red 131 ◦ green 187 ◦ blue 118

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

Shades of De York #83BB76

Tints of De York #83BB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 30.05%
G = 42.89%
B = 27.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#83BB76 (or 0x83BB76) is known color: De York. HEX triplet: 83, BB and 76. RGB value is (131,187,118). Sum of RGB (Red+Green+Blue) = 131+187+118=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB76 is #7C4489. Grayscale: #A2A2A2. Windows color (decimal): -8144010 or 7781251. OLE color: 7781251.

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

Color convert

RGB 131 187 118 -
CMYK 0.30 0 0.37 0.27
HSL 108.7º 0.34% 0.6% -
HSV(B) 108.7º 0.37% 0.73% -
XYZ 30.4 41.67 23.58 -
YUV 162.39 102.95 105.61 -
System Red Green Blue C M Y K H S L
Decimal 131 187 118 0.30 0 0.37 0.27 108.7 0.34 0.6
Hex 83 BB 76 1E 0 25 1B 6D 22 3C
Octal 203 273 166 36 0 45 33 155 42 74
Binary 10000011 10111011 1110110 11110 0 100101 11011 1101101 100010 111100

Color Harmonies of #83BB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB76

Black with #83BB76

Text Example


Text Example

White with #83BB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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