Html Css Color HEX #8BD096 De York

📋 copy color: '#8BD096'

red 139 ◦ green 208 ◦ blue 150

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

Shades of De York #8BD096

Tints of De York #8BD096

RGB

 RED value IS 139 (54.69% from 255) = 27.97%

 GREEN value IS 208 (81.64% from 255) = 41.85%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 27.97%
G = 41.85%
B = 30.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#8BD096 (or 0x8BD096) is known color: De York. HEX triplet: 8B, D0 and 96. RGB value is (139,208,150). Sum of RGB (Red+Green+Blue) = 139+208+150=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD096 is #742F69. Grayscale: #B4B4B4. Windows color (decimal): -7614314 or 9883787. OLE color: 9883787.

HSL color Cylindrical-coordinate representation of color #8BD096: hue angle of 129.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD096 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 150 -
CMYK 0.33 0 0.28 0.18
HSL 129.57º 0.42% 0.68% -
HSV(B) 129.57º 0.33% 0.82% -
XYZ 38.71 52.8 37.01 -
YUV 180.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 139 208 150 0.33 0 0.28 0.18 129.57 0.42 0.68
Hex 8B D0 96 21 0 1C 12 82 2A 44
Octal 213 320 226 41 0 34 22 202 52 104
Binary 10001011 11010000 10010110 100001 0 11100 10010 10000010 101010 1000100

Color Harmonies of #8BD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD096

Black with #8BD096

Text Example


Text Example

White with #8BD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD096; }

 p { color: rgb(139,208,150); }

 H1.HeaderClassName
 {
   color: #8BD096;
 }
 .AnyTagClassName
 {
   color: #8BD096;
 }
</style>

background-color css

<style>
 a { background-color: #8BD096; }

 a { background-color: rgb(139,208,150); }

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

border-color css

<style>
 span { border-color: #8BD096; }

 span { border-color: rgb(139,208,150); }

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