Html Css Color HEX #1CBC6B Mountain Meadow

📋 copy color: '#1CBC6B'

red 28 ◦ green 188 ◦ blue 107

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

Shades of Mountain Meadow #1CBC6B

Tints of Mountain Meadow #1CBC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 8.67%
G = 58.2%
B = 33.13%

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

#1CBC6B (or 0x1CBC6B) is known color: Mountain Meadow. HEX triplet: 1C, BC and 6B. RGB value is (28,188,107). Sum of RGB (Red+Green+Blue) = 28+188+107=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC6B is #E34394. Grayscale: #838383. Windows color (decimal): -14893973 or 7060508. OLE color: 7060508.

HSL color Cylindrical-coordinate representation of color #1CBC6B: hue angle of 149.62º 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 #1CBC6B is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 107 -
CMYK 0.85 0 0.43 0.26
HSL 149.63º 0.74% 0.42% -
HSV(B) 149.63º 0.85% 0.74% -
XYZ 21.12 37.27 19.99 -
YUV 130.93 114.49 54.59 -
System Red Green Blue C M Y K H S L
Decimal 28 188 107 0.85 0 0.43 0.26 149.63 0.74 0.42
Hex 1C BC 6B 55 0 2B 1A 96 4A 2A
Octal 34 274 153 125 0 53 32 226 112 52
Binary 11100 10111100 1101011 1010101 0 101011 11010 10010110 1001010 101010

Color Harmonies of #1CBC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC6B

Black with #1CBC6B

Text Example


Text Example

White with #1CBC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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