Html Css Color HEX #55BA92 Keppel

📋 copy color: '#55BA92'

red 85 ◦ green 186 ◦ blue 146

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

Shades of Keppel #55BA92

Tints of Keppel #55BA92

RGB

 RED value IS 85 (33.59% from 255) = 20.38%

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

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

R = 20.38%
G = 44.6%
B = 35.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#55BA92 (or 0x55BA92) is known color: Keppel. HEX triplet: 55, BA and 92. RGB value is (85,186,146). Sum of RGB (Red+Green+Blue) = 85+186+146=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA92 is #AA456D. Grayscale: #979797. Windows color (decimal): -11158894 or 9615957. OLE color: 9615957.

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

Color convert

RGB 85 186 146 -
CMYK 0.54 0 0.22 0.27
HSL 156.24º 0.42% 0.53% -
HSV(B) 156.24º 0.54% 0.73% -
XYZ 26.49 39.12 33.35 -
YUV 151.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 85 186 146 0.54 0 0.22 0.27 156.24 0.42 0.53
Hex 55 BA 92 36 0 16 1B 9C 2A 35
Octal 125 272 222 66 0 26 33 234 52 65
Binary 1010101 10111010 10010010 110110 0 10110 11011 10011100 101010 110101

Color Harmonies of #55BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA92

Black with #55BA92

Text Example


Text Example

White with #55BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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