Html Css Color HEX #8CCC98 De York

📋 copy color: '#8CCC98'

red 140 ◦ green 204 ◦ blue 152

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

Shades of De York #8CCC98

Tints of De York #8CCC98

RGB

 RED value IS 140 (55.08% from 255) = 28.23%

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

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 28.23%
G = 41.13%
B = 30.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#8CCC98 (or 0x8CCC98) is known color: De York. HEX triplet: 8C, CC and 98. RGB value is (140,204,152). Sum of RGB (Red+Green+Blue) = 140+204+152=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC98 is #733367. Grayscale: #B3B3B3. Windows color (decimal): -7549800 or 10013836. OLE color: 10013836.

HSL color Cylindrical-coordinate representation of color #8CCC98: hue angle of 131.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCC98 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 204 152 -
CMYK 0.31 0 0.25 0.2
HSL 131.25º 0.39% 0.67% -
HSV(B) 131.25º 0.31% 0.8% -
XYZ 38.08 51.03 37.55 -
YUV 178.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 140 204 152 0.31 0 0.25 0.2 131.25 0.39 0.67
Hex 8C CC 98 1F 0 19 14 83 27 43
Octal 214 314 230 37 0 31 24 203 47 103
Binary 10001100 11001100 10011000 11111 0 11001 10100 10000011 100111 1000011

Color Harmonies of #8CCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCC98

Black with #8CCC98

Text Example


Text Example

White with #8CCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,152); }

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

background-color css

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

 a { background-color: rgb(140,204,152); }

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

border-color css

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

 span { border-color: rgb(140,204,152); }

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