Html Css Color HEX #8CCB92 De York

📋 copy color: '#8CCB92'

red 140 ◦ green 203 ◦ blue 146

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

Shades of De York #8CCB92

Tints of De York #8CCB92

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.51%

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

R = 28.63%
G = 41.51%
B = 29.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#8CCB92 (or 0x8CCB92) is known color: De York. HEX triplet: 8C, CB and 92. RGB value is (140,203,146). Sum of RGB (Red+Green+Blue) = 140+203+146=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB92 is #73346D. Grayscale: #B1B1B1. Windows color (decimal): -7550062 or 9620364. OLE color: 9620364.

HSL color Cylindrical-coordinate representation of color #8CCB92: hue angle of 125.71º degrees, saturation: 0.38, 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 #8CCB92 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 203 146 -
CMYK 0.31 0 0.28 0.20
HSL 125.71º 0.38% 0.67% -
HSV(B) 125.71º 0.31% 0.8% -
XYZ 37.36 50.36 34.95 -
YUV 177.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 140 203 146 0.31 0 0.28 0.20 125.71 0.38 0.67
Hex 8C CB 92 1F 0 1C 14 7E 26 43
Octal 214 313 222 37 0 34 24 176 46 103
Binary 10001100 11001011 10010010 11111 0 11100 10100 1111110 100110 1000011

Color Harmonies of #8CCB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCB92

Black with #8CCB92

Text Example


Text Example

White with #8CCB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,203,146); }

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

background-color css

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

 a { background-color: rgb(140,203,146); }

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

border-color css

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

 span { border-color: rgb(140,203,146); }

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