Html Css Color HEX #1CBB75 Mountain Meadow

📋 copy color: '#1CBB75'

red 28 ◦ green 187 ◦ blue 117

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

Shades of Mountain Meadow #1CBB75

Tints of Mountain Meadow #1CBB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.33%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 8.43%
G = 56.33%
B = 35.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#1CBB75 (or 0x1CBB75) is known color: Mountain Meadow. HEX triplet: 1C, BB and 75. RGB value is (28,187,117). Sum of RGB (Red+Green+Blue) = 28+187+117=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBB75 is #E3448A. Grayscale: #838383. Windows color (decimal): -14894219 or 7715612. OLE color: 7715612.

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

Color convert

RGB 28 187 117 -
CMYK 0.85 0 0.37 0.27
HSL 153.58º 0.74% 0.42% -
HSV(B) 153.58º 0.85% 0.73% -
XYZ 21.46 37.07 22.85 -
YUV 131.48 119.82 54.19 -
System Red Green Blue C M Y K H S L
Decimal 28 187 117 0.85 0 0.37 0.27 153.58 0.74 0.42
Hex 1C BB 75 55 0 25 1B 9A 4A 2A
Octal 34 273 165 125 0 45 33 232 112 52
Binary 11100 10111011 1110101 1010101 0 100101 11011 10011010 1001010 101010

Color Harmonies of #1CBB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBB75

Black with #1CBB75

Text Example


Text Example

White with #1CBB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,117); }

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

background-color css

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

 a { background-color: rgb(28,187,117); }

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

border-color css

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

 span { border-color: rgb(28,187,117); }

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