Html Css Color HEX #8BCC84 De York

📋 copy color: '#8BCC84'

red 139 ◦ green 204 ◦ blue 132

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

Shades of De York #8BCC84

Tints of De York #8BCC84

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.95%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 29.26%
G = 42.95%
B = 27.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#8BCC84 (or 0x8BCC84) is known color: De York. HEX triplet: 8B, CC and 84. RGB value is (139,204,132). Sum of RGB (Red+Green+Blue) = 139+204+132=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCC84 is #74337B. Grayscale: #B0B0B0. Windows color (decimal): -7615356 or 8703115. OLE color: 8703115.

HSL color Cylindrical-coordinate representation of color #8BCC84: hue angle of 114.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BCC84 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 204 132 -
CMYK 0.32 0 0.35 0.2
HSL 114.17º 0.41% 0.66% -
HSV(B) 114.17º 0.35% 0.8% -
XYZ 36.41 50.34 29.63 -
YUV 176.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 139 204 132 0.32 0 0.35 0.2 114.17 0.41 0.66
Hex 8B CC 84 20 0 23 14 72 29 42
Octal 213 314 204 40 0 43 24 162 51 102
Binary 10001011 11001100 10000100 100000 0 100011 10100 1110010 101001 1000010

Color Harmonies of #8BCC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC84

Black with #8BCC84

Text Example


Text Example

White with #8BCC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,204,132); }

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

background-color css

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

 a { background-color: rgb(139,204,132); }

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

border-color css

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

 span { border-color: rgb(139,204,132); }

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