#92BCA4

Color #92BCA4 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #92BCA4

Tints of Summer Green #92BCA4

Color information

#92BCA4 (or 0x92BCA4) is unknown color: approx Summer Green. HEX triplet: 92, BC and A4. RGB value is (146,188,164). Sum of RGB (Red+Green+Blue) = 146+188+164=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCA4 is #6D435B. Grayscale: #ACACAC. Windows color (decimal): -7160668 or 10796178. OLE color: 10796178.

HSL color Cylindrical-coordinate representation of color #92BCA4: hue angle of 145.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCA4 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB146188164-
CMYK0.2200.130.26
HSL145.71º23.86%65.49%-
HSV(B)145.71º22.34%73.73%-
XYZ36.5444.7641.84-
YUV172.71123.09108.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=29.32%
G=37.75%
B=32.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881640.2200.130.26145.7123.8665.49
Hex92BCA4160D1A921841
Octal222274244260153222230101
Binary10010010101111001010010010110011011101010010010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BCA4; }

 p { color: rgb(146,188,164); }

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

<style>
 a { background-color: #92BCA4; }

 a { background-color: rgb(146,188,164); }

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

<style>
 span { border-color: #92BCA4; }

 span { border-color: rgb(146,188,164); }

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