Html Css Color HEX #8BC482 De York

📋 copy color: '#8BC482'

red 139 ◦ green 196 ◦ blue 130

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

Shades of De York #8BC482

Tints of De York #8BC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.15%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 29.89%
G = 42.15%
B = 27.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#8BC482 (or 0x8BC482) is known color: De York. HEX triplet: 8B, C4 and 82. RGB value is (139,196,130). Sum of RGB (Red+Green+Blue) = 139+196+130=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC482 is #743B7D. Grayscale: #ABABAB. Windows color (decimal): -7617406 or 8569995. OLE color: 8569995.

HSL color Cylindrical-coordinate representation of color #8BC482: hue angle of 111.82º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BC482 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 139 196 130 -
CMYK 0.29 0 0.34 0.23
HSL 111.82º 0.36% 0.64% -
HSV(B) 111.82º 0.34% 0.77% -
XYZ 34.42 46.58 28.3 -
YUV 171.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 139 196 130 0.29 0 0.34 0.23 111.82 0.36 0.64
Hex 8B C4 82 1D 0 22 17 70 24 40
Octal 213 304 202 35 0 42 27 160 44 100
Binary 10001011 11000100 10000010 11101 0 100010 10111 1110000 100100 1000000

Color Harmonies of #8BC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC482

Black with #8BC482

Text Example


Text Example

White with #8BC482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,196,130); }

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

background-color css

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

 a { background-color: rgb(139,196,130); }

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

border-color css

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

 span { border-color: rgb(139,196,130); }

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