Html Css Color HEX #92CD8C De York

📋 copy color: '#92CD8C'

red 146 ◦ green 205 ◦ blue 140

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

Shades of De York #92CD8C

Tints of De York #92CD8C

RGB

 RED value IS 146 (57.42% from 255) = 29.74%

 GREEN value IS 205 (80.47% from 255) = 41.75%

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 29.74%
G = 41.75%
B = 28.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#92CD8C (or 0x92CD8C) is known color: De York. HEX triplet: 92, CD and 8C. RGB value is (146,205,140). Sum of RGB (Red+Green+Blue) = 146+205+140=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CD8C is #6D3273. Grayscale: #B4B4B4. Windows color (decimal): -7156340 or 9227666. OLE color: 9227666.

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

Color convert

RGB 146 205 140 -
CMYK 0.29 0 0.32 0.20
HSL 114.46º 0.39% 0.68% -
HSV(B) 114.46º 0.32% 0.8% -
XYZ 38.42 51.67 32.76 -
YUV 179.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 146 205 140 0.29 0 0.32 0.20 114.46 0.39 0.68
Hex 92 CD 8C 1D 0 20 14 72 27 44
Octal 222 315 214 35 0 40 24 162 47 104
Binary 10010010 11001101 10001100 11101 0 100000 10100 1110010 100111 1000100

Color Harmonies of #92CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CD8C

Black with #92CD8C

Text Example


Text Example

White with #92CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92CD8C;
 }
 .AnyTagClassName
 {
   color: #92CD8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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