Html Css Color HEX #8BC48B De York

📋 copy color: '#8BC48B'

red 139 ◦ green 196 ◦ blue 139

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

Shades of De York #8BC48B

Tints of De York #8BC48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 29.32%
G = 41.35%
B = 29.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#8BC48B (or 0x8BC48B) is known color: De York. HEX triplet: 8B, C4 and 8B. RGB value is (139,196,139). Sum of RGB (Red+Green+Blue) = 139+196+139=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC48B is #743B74. Grayscale: #ACACAC. Windows color (decimal): -7617397 or 9159819. OLE color: 9159819.

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

Color convert

RGB 139 196 139 -
CMYK 0.29 0 0.29 0.23
HSL 120º 0.33% 0.66% -
HSV(B) 120º 0.29% 0.77% -
XYZ 35.05 46.83 31.62 -
YUV 172.46 109.12 104.13 -
System Red Green Blue C M Y K H S L
Decimal 139 196 139 0.29 0 0.29 0.23 120 0.33 0.66
Hex 8B C4 8B 1D 0 1D 17 78 21 42
Octal 213 304 213 35 0 35 27 170 41 102
Binary 10001011 11000100 10001011 11101 0 11101 10111 1111000 100001 1000010

Color Harmonies of #8BC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC48B

Black with #8BC48B

Text Example


Text Example

White with #8BC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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