Html Css Color HEX #8BD692 De York

📋 copy color: '#8BD692'

red 139 ◦ green 214 ◦ blue 146

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

Shades of De York #8BD692

Tints of De York #8BD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.89%

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 27.86%
G = 42.89%
B = 29.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#8BD692 (or 0x8BD692) is known color: De York. HEX triplet: 8B, D6 and 92. RGB value is (139,214,146). Sum of RGB (Red+Green+Blue) = 139+214+146=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD692 is #74296D. Grayscale: #B8B8B8. Windows color (decimal): -7612782 or 9623179. OLE color: 9623179.

HSL color Cylindrical-coordinate representation of color #8BD692: hue angle of 125.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD692 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 214 146 -
CMYK 0.35 0 0.32 0.16
HSL 125.6º 0.48% 0.69% -
HSV(B) 125.6º 0.35% 0.84% -
XYZ 39.88 55.66 35.84 -
YUV 183.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 139 214 146 0.35 0 0.32 0.16 125.6 0.48 0.69
Hex 8B D6 92 23 0 20 10 7E 30 45
Octal 213 326 222 43 0 40 20 176 60 105
Binary 10001011 11010110 10010010 100011 0 100000 10000 1111110 110000 1000101

Color Harmonies of #8BD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD692

Black with #8BD692

Text Example


Text Example

White with #8BD692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,214,146); }

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

background-color css

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

 a { background-color: rgb(139,214,146); }

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

border-color css

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

 span { border-color: rgb(139,214,146); }

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