Html Css Color HEX #1CB976 Mountain Meadow

📋 copy color: '#1CB976'

red 28 ◦ green 185 ◦ blue 118

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

Shades of Mountain Meadow #1CB976

Tints of Mountain Meadow #1CB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.89%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 8.46%
G = 55.89%
B = 35.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#1CB976 (or 0x1CB976) is known color: Mountain Meadow. HEX triplet: 1C, B9 and 76. RGB value is (28,185,118). Sum of RGB (Red+Green+Blue) = 28+185+118=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB976 is #E34689. Grayscale: #828282. Windows color (decimal): -14894730 or 7780636. OLE color: 7780636.

HSL color Cylindrical-coordinate representation of color #1CB976: hue angle of 154.39º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB976 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 185 118 -
CMYK 0.85 0 0.36 0.27
HSL 154.39º 0.74% 0.42% -
HSV(B) 154.39º 0.85% 0.73% -
XYZ 21.1 36.25 23.03 -
YUV 130.42 120.99 54.95 -
System Red Green Blue C M Y K H S L
Decimal 28 185 118 0.85 0 0.36 0.27 154.39 0.74 0.42
Hex 1C B9 76 55 0 24 1B 9A 4A 2A
Octal 34 271 166 125 0 44 33 232 112 52
Binary 11100 10111001 1110110 1010101 0 100100 11011 10011010 1001010 101010

Color Harmonies of #1CB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB976

Black with #1CB976

Text Example


Text Example

White with #1CB976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,185,118); }

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

background-color css

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

 a { background-color: rgb(28,185,118); }

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

border-color css

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

 span { border-color: rgb(28,185,118); }

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