#92CC8B

Color #92CC8B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #92CC8B

Tints of De York #92CC8B

Color information

#92CC8B (or 0x92CC8B) is unknown color: approx De York. HEX triplet: 92, CC and 8B. RGB value is (146,204,139). Sum of RGB (Red+Green+Blue) = 146+204+139=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC8B is #6D3374. Grayscale: #B3B3B3. Windows color (decimal): -7156597 or 9161874. OLE color: 9161874.

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

Color convert

RGB146204139-
CMYK0.2800.320.2
HSL113.54º38.92%67.25%-
HSV(B)113.54º31.86%80%-
XYZ38.1151.1632.29-
YUV179.25105.28104.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=29.86%
G=41.72%
B=28.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041390.2800.320.2113.5438.9267.25
Hex92CC8B1C02014722743
Octal222314213340402416247103
Binary1001001011001100100010111110001000001010011100101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CC8B; }

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

 H1.HeaderClassName
 {
   color: #92CC8B;
 }
 .AnyTagClassName
 {
   color: #92CC8B;
 }
</style>
background-color css

<style>
 a { background-color: #92CC8B; }

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

 div.DivClassName
 {
   background-color: #92CC8B;
 }
 .BgClassName
 {
   background-color: #92CC8B;
 }
</style>
border-color css

<style>
 span { border-color: #92CC8B; }

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

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