#92CF8A

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

Shades of De York #92CF8A

Tints of De York #92CF8A

Color information

#92CF8A (or 0x92CF8A) is unknown color: approx De York. HEX triplet: 92, CF and 8A. RGB value is (146,207,138). Sum of RGB (Red+Green+Blue) = 146+207+138=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #92CF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CF8A is #6D3075. Grayscale: #B5B5B5. Windows color (decimal): -7155830 or 9097106. OLE color: 9097106.

HSL color Cylindrical-coordinate representation of color #92CF8A: hue angle of 113.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CF8A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB146207138-
CMYK0.2900.330.19
HSL113.04º41.82%67.65%-
HSV(B)113.04º33.33%81.18%-
XYZ38.7552.5732.15-
YUV180.9103.79103.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=29.74%
G=42.16%
B=28.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1462071380.2900.330.19113.0441.8267.65
Hex92CF8A1D02113712a44
Octal222317212350412316152104
Binary1001001011001111100010101110101000011001111100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,138); }

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

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

 a { background-color: rgb(146,207,138); }

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

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

 span { border-color: rgb(146,207,138); }

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