Html Css Color HEX #1CBC6C Mountain Meadow

📋 copy color: '#1CBC6C'

red 28 ◦ green 188 ◦ blue 108

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

Shades of Mountain Meadow #1CBC6C

Tints of Mountain Meadow #1CBC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.02%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 8.64%
G = 58.02%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#1CBC6C (or 0x1CBC6C) is known color: Mountain Meadow. HEX triplet: 1C, BC and 6C. RGB value is (28,188,108). Sum of RGB (Red+Green+Blue) = 28+188+108=324 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.64% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC6C is #E34393. Grayscale: #838383. Windows color (decimal): -14893972 or 7126044. OLE color: 7126044.

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

Color convert

RGB 28 188 108 -
CMYK 0.85 0 0.43 0.26
HSL 150º 0.74% 0.42% -
HSV(B) 150º 0.85% 0.74% -
XYZ 21.17 37.3 20.27 -
YUV 131.04 114.99 54.5 -
System Red Green Blue C M Y K H S L
Decimal 28 188 108 0.85 0 0.43 0.26 150 0.74 0.42
Hex 1C BC 6C 55 0 2B 1A 96 4A 2A
Octal 34 274 154 125 0 53 32 226 112 52
Binary 11100 10111100 1101100 1010101 0 101011 11010 10010110 1001010 101010

Color Harmonies of #1CBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC6C

Black with #1CBC6C

Text Example


Text Example

White with #1CBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,108); }

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

background-color css

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

 a { background-color: rgb(28,188,108); }

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

border-color css

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

 span { border-color: rgb(28,188,108); }

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