Html Css Color HEX #1CB492 Mountain Meadow

📋 copy color: '#1CB492'

red 28 ◦ green 180 ◦ blue 146

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

Shades of Mountain Meadow #1CB492

Tints of Mountain Meadow #1CB492

RGB

 RED value IS 28 (11.33% from 255) = 7.91%

 GREEN value IS 180 (70.7% from 255) = 50.85%

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

R = 7.91%
G = 50.85%
B = 41.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#1CB492 (or 0x1CB492) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 92. RGB value is (28,180,146). Sum of RGB (Red+Green+Blue) = 28+180+146=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB492 is #E34B6D. Grayscale: #828282. Windows color (decimal): -14895982 or 9614364. OLE color: 9614364.

HSL color Cylindrical-coordinate representation of color #1CB492: hue angle of 166.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB492 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 146 -
CMYK 0.84 0 0.19 0.29
HSL 166.58º 0.73% 0.41% -
HSV(B) 166.58º 0.84% 0.71% -
XYZ 21.99 34.96 32.78 -
YUV 130.68 136.64 54.76 -
System Red Green Blue C M Y K H S L
Decimal 28 180 146 0.84 0 0.19 0.29 166.58 0.73 0.41
Hex 1C B4 92 54 0 13 1D A7 49 29
Octal 34 264 222 124 0 23 35 247 111 51
Binary 11100 10110100 10010010 1010100 0 10011 11101 10100111 1001001 101001

Color Harmonies of #1CB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB492

Black with #1CB492

Text Example


Text Example

White with #1CB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB492; }

 p { color: rgb(28,180,146); }

 H1.HeaderClassName
 {
   color: #1CB492;
 }
 .AnyTagClassName
 {
   color: #1CB492;
 }
</style>

background-color css

<style>
 a { background-color: #1CB492; }

 a { background-color: rgb(28,180,146); }

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

border-color css

<style>
 span { border-color: #1CB492; }

 span { border-color: rgb(28,180,146); }

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