Html Css Color HEX #49BA92 Keppel

📋 copy color: '#49BA92'

red 73 ◦ green 186 ◦ blue 146

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

Shades of Keppel #49BA92

Tints of Keppel #49BA92

RGB

 RED value IS 73 (28.91% from 255) = 18.02%

 GREEN value IS 186 (73.05% from 255) = 45.93%

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

R = 18.02%
G = 45.93%
B = 36.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#49BA92 (or 0x49BA92) is known color: Keppel. HEX triplet: 49, BA and 92. RGB value is (73,186,146). Sum of RGB (Red+Green+Blue) = 73+186+146=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA92 is #B6456D. Grayscale: #939393. Windows color (decimal): -11945326 or 9615945. OLE color: 9615945.

HSL color Cylindrical-coordinate representation of color #49BA92: hue angle of 158.76º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA92 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 186 146 -
CMYK 0.61 0 0.22 0.27
HSL 158.76º 0.45% 0.51% -
HSV(B) 158.76º 0.61% 0.73% -
XYZ 25.49 38.61 33.3 -
YUV 147.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 73 186 146 0.61 0 0.22 0.27 158.76 0.45 0.51
Hex 49 BA 92 3D 0 16 1B 9F 2D 33
Octal 111 272 222 75 0 26 33 237 55 63
Binary 1001001 10111010 10010010 111101 0 10110 11011 10011111 101101 110011

Color Harmonies of #49BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BA92

Black with #49BA92

Text Example


Text Example

White with #49BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BA92; }

 p { color: rgb(73,186,146); }

 H1.HeaderClassName
 {
   color: #49BA92;
 }
 .AnyTagClassName
 {
   color: #49BA92;
 }
</style>

background-color css

<style>
 a { background-color: #49BA92; }

 a { background-color: rgb(73,186,146); }

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

border-color css

<style>
 span { border-color: #49BA92; }

 span { border-color: rgb(73,186,146); }

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