#4CBD92

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

Shades of Keppel #4CBD92

Tints of Keppel #4CBD92

Color information

#4CBD92 (or 0x4CBD92) is unknown color: approx Keppel. HEX triplet: 4C, BD and 92. RGB value is (76,189,146). Sum of RGB (Red+Green+Blue) = 76+189+146=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBD92 is #B3426D. Grayscale: #969696. Windows color (decimal): -11747950 or 9616716. OLE color: 9616716.

HSL color Cylindrical-coordinate representation of color #4CBD92: hue angle of 157.17º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBD92 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB76189146-
CMYK0.6000.230.26
HSL157.17º46.12%51.96%-
HSV(B)157.17º59.79%74.12%-
XYZ26.3740.0133.53-
YUV150.31125.5675-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.49%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=18.49%
G=45.99%
B=35.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal761891460.6000.230.26157.1746.1251.96
Hex4CBD923C0171A9d2e34
Octal11427522274027322355664
Binary100110010111101100100101111000101111101010011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,189,146); }

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

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

 a { background-color: rgb(76,189,146); }

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

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

 span { border-color: rgb(76,189,146); }

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