Html Css Color HEX #1CB092 Mountain Meadow

📋 copy color: '#1CB092'

red 28 ◦ green 176 ◦ blue 146

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

Shades of Mountain Meadow #1CB092

Tints of Mountain Meadow #1CB092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.29%

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

R = 8%
G = 50.29%
B = 41.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#1CB092 (or 0x1CB092) is known color: Mountain Meadow. HEX triplet: 1C, B0 and 92. RGB value is (28,176,146). Sum of RGB (Red+Green+Blue) = 28+176+146=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB092 is #E34F6D. Grayscale: #808080. Windows color (decimal): -14897006 or 9613340. OLE color: 9613340.

HSL color Cylindrical-coordinate representation of color #1CB092: hue angle of 167.84º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB092 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 176 146 -
CMYK 0.84 0 0.17 0.31
HSL 167.84º 0.73% 0.4% -
HSV(B) 167.84º 0.84% 0.69% -
XYZ 21.19 33.37 32.52 -
YUV 128.33 137.97 56.44 -
System Red Green Blue C M Y K H S L
Decimal 28 176 146 0.84 0 0.17 0.31 167.84 0.73 0.4
Hex 1C B0 92 54 0 11 1F A8 49 28
Octal 34 260 222 124 0 21 37 250 111 50
Binary 11100 10110000 10010010 1010100 0 10001 11111 10101000 1001001 101000

Color Harmonies of #1CB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB092

Black with #1CB092

Text Example


Text Example

White with #1CB092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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