#54BF92

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

Shades of Keppel #54BF92

Tints of Keppel #54BF92

Color information

#54BF92 (or 0x54BF92) is unknown color: approx Keppel. HEX triplet: 54, BF and 92. RGB value is (84,191,146). Sum of RGB (Red+Green+Blue) = 84+191+146=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF92 is #AB406D. Grayscale: #999999. Windows color (decimal): -11223150 or 9617236. OLE color: 9617236.

HSL color Cylindrical-coordinate representation of color #54BF92: hue angle of 154.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BF92 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB84191146-
CMYK0.5600.240.25
HSL154.77º45.53%53.92%-
HSV(B)154.77º56.02%74.9%-
XYZ27.4841.2233.7-
YUV153.88123.5578.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=19.95%
G=45.37%
B=34.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841911460.5600.240.25154.7745.5353.92
Hex54BF9238018199b2e36
Octal12427722270030312335666
Binary101010010111111100100101110000110001100110011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54BF92; }

 p { color: rgb(84,191,146); }

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

<style>
 a { background-color: #54BF92; }

 a { background-color: rgb(84,191,146); }

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

<style>
 span { border-color: #54BF92; }

 span { border-color: rgb(84,191,146); }

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