#4CBA90

Color #4CBA90 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4CBA90

Tints of Keppel #4CBA90

Color information

#4CBA90 (or 0x4CBA90) is unknown color: approx Keppel. HEX triplet: 4C, BA and 90. RGB value is (76,186,144). Sum of RGB (Red+Green+Blue) = 76+186+144=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA90 is #B3456F. Grayscale: #949494. Windows color (decimal): -11748720 or 9484876. OLE color: 9484876.

HSL color Cylindrical-coordinate representation of color #4CBA90: hue angle of 157.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA90 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB76186144-
CMYK0.5900.230.27
HSL157.09º44.35%51.37%-
HSV(B)157.09º59.14%72.94%-
XYZ25.5738.6732.5-
YUV148.32125.5676.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.72%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=18.72%
G=45.81%
B=35.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal761861440.5900.230.27157.0944.3551.37
Hex4CBA903B0171B9d2c33
Octal11427222073027332355463
Binary100110010111010100100001110110101111101110011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CBA90; }

 p { color: rgb(76,186,144); }

 H1.HeaderClassName
 {
   color: #4CBA90;
 }
 .AnyTagClassName
 {
   color: #4CBA90;
 }
</style>
background-color css

<style>
 a { background-color: #4CBA90; }

 a { background-color: rgb(76,186,144); }

 div.DivClassName
 {
   background-color: #4CBA90;
 }
 .BgClassName
 {
   background-color: #4CBA90;
 }
</style>
border-color css

<style>
 span { border-color: #4CBA90; }

 span { border-color: rgb(76,186,144); }

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